home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2008 February / PCWFEB08.iso / Software / Freeware / Miro 1.0 / Miro_Installer.exe / imagemagick / ChangeLog.txt next >
Encoding:
Text File  |  2007-11-12  |  85.1 KB  |  1,976 lines

  1. 2007-03-28  6.3.3-4 Anthony  <anthony@griffith...>
  2.   * Code duplication, simplification, and possible logic faunts in "list.c".
  3.  
  4. 2007-03-28  6.3.3-4 Anthony  <anthony@griffith...>
  5.   * Added new Composition method, 'ChangeMask' to return pixels
  6.     that have changed or will cause a color change in overlays
  7.   * Used 'ChangeMask' to implement the "-layers" method
  8.     "OptimizeTransparency" to improve the compressability of
  9.     frame optimized GIF animations. See IM Examples...
  10.       http://www.imagemagick.org/Usage/anim_opt/#opt_trans
  11.  
  12. 2007-03-19  6.3.3-4 Cristy  <quetzlzacatenango@image...>
  13.   * Fixed two memory leaks in wand/magick-image.c and magick/stream.c and made
  14.     some minor changes to the gif coder to make reading and pinging images
  15.     faster (patch provided by mstemm@cloud...).
  16.  
  17. 2007-03-19  6.3.3-3 Cristy  <quetzlzacatenango@image...>
  18.   * Patch RotateImage() to properly rotate CMYK images.
  19.   * Patch the XWD coder to prevent heap overflow vulnerability (vulnerability
  20.     report from idefense.com [IDEF2108] [IDEF2221] [IDEF2226]).
  21.  
  22. 2007-03-19  6.3.3-3 Anthony <Anthony@griffith...>
  23.   * Fixed bug for GIF Optimization for images without a matte channel.
  24.   * Improved image handling for "-layers" method "Dispose".
  25.  
  26. 2007-03-11  6.3.3-2 Cristy  <quetzlzacatenango@image...>
  27.   * Improve configure script to better support Ghostscript under Mac OSX (
  28.     reference http://www.imagemagick.org/discourse-server/viewtopic.php?t=8557).
  29.   * Force a virtual pixel method of Tile for GetFillColor() and
  30.     GetStrokeColor().
  31.   * Add -reverse option to reverse the image list.
  32.  
  33. 2007-03-08  6.3.3-1 Cristy  <quetzlzacatenango@image...>
  34.   * Support versions 2.1.0 and above (reference
  35.     http://www.imagemagick.org/discourse-server/viewtopic.php?f=2&t=8620).
  36.   * Support SVG rotation about a point (e.g. rotate(45 75 75)).
  37.   * Fix fault in DCm coder (reference
  38.     http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=8618).
  39.   * Check for a NULL parser in SVGReference in coders/svg.c (reference
  40.     http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=8609).
  41.   * Add --disable-deprecated configure script option.
  42.   * Composite mask now works properly with transparent images.
  43.  
  44. 2007-03-04  Daniel Kobras <kobras@debia...>
  45.   * Fixed additional data-driven faults (reference
  46.     http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=412945).
  47.   * Allocate proper scanline length to prevent a PCX overflow.
  48.  
  49. 2007-03-03  6.3.3-1 Cristy  <quetzlzacatenango@image...>
  50.   * Patch ImageMagick to permit referenced labels: -set option:mylabel
  51.     "color = %[pixel:u[0].p{12,26}]" label:'%[mylabel]' 
  52.  
  53. 2007-02-24  6.3.3-0 Cristy  <quetzlzacatenango@image...>
  54.   * Escape indirect labels and comments (e.g. -label @file).
  55.   * Added -format %C to return the image compression type.
  56.   * Do not report channel statistics if -ping -format is specified with the
  57.     identify program.
  58.   * Add ResetImagePage() to reset the image page canvas and position.
  59.   * Upgrade to LCMS 1.16
  60.   * Configure Ghostscript for library or framework (reference
  61.     http://www.imagemagick.org/discourse-server/viewtopic.php?f=2&t=8557).
  62.   * Add -taint option to convert/mogrify to mark image as ineligible for
  63.   * Fixed various data-driven faults (reference
  64.     http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=412945).  The corrupt
  65.     JP2 image faults but its failing in the JP2 jas_image_decode() method,
  66.     not MagickCore.  The corrupt XWD image faults but its failing in
  67.     the X11 XGetPixel() method, not MagickCore.
  68.  
  69. 2007-02-20  6.3.2-8 Cristy  <quetzlzacatenango@image...>
  70.   * Use -define quantum:polarity=min-is-black or -define
  71.     quantum:polarity=min-is-white to toggle the photometric interpretation for
  72.     a bilevel TIFF image.
  73.  
  74. 2007-02-17  6.3.2-8 Cristy  <quetzlzacatenango@image...>
  75.   * Don't interpret embedded format characters when reading comments/labels
  76.     from a file.
  77.   * Reading an image from stdin stopped working.
  78.  
  79. 2007-02-17  6.3.2-7 Cristy  <quetzlzacatenango@image...>
  80.   * PerlMagick Label() no longer faults.
  81.   * Fix double-free when using the display/animate -geometry option.
  82.   * Add GetStringInfoLength() and GetStringInfoDatum(); deprecate
  83.     profile->length and profile->datum.
  84.  
  85. 2007-02-16  6.3.2-6 Cristy  <quetzlzacatenango@image...>
  86.   * Fix file leak in InjectImageBlob().
  87.   * Do not reinterpret image properties (e.g. -comment %%w).
  88.  
  89. 2007-02-14  6.3.2-5 Cristy  <quetzlzacatenango@image...>
  90.   * Don't over-allocate file buffers.
  91.  
  92. 2007-02-12  6.3.2-5 Cristy  <quetzlzacatenango@image...>
  93.   * Format strings in the POSIX locale.
  94.   * Make font metrics invarient to the strokewidth.
  95.  
  96. 2007-02-10  6.3.2-4 Albert Chin  <china@thewr...>
  97.   * Patch to fix configure.ac typo.
  98.  
  99. 2007-02-08  6.3.2-4 Cristy  <quetzlzacatenango@image...>
  100.   * Permit ImageMagick to run as a service under Windows.
  101.   * Remove duplicate EXIF properties.
  102.   * Support strokewidth option for the caption format.
  103.   * Don't use Ghostscript for rendering fonts if Freetype is available.
  104.  
  105. 2007-02-02  6.3.2-3 Cristy  <quetzlzacatenango@image...>
  106.   * Added thumbnail format to write EXIF thumbnails.
  107.   * Move ReadByteImage() out of Min() macro of ReadPALMImage().
  108.   * Move EXIF properties to the EXIF namespace (e.g. exif:XResolution).
  109.  
  110. 2007-01-26  6.3.2-2 Cristy  <quetzlzacatenango@image...>
  111.   * Add interpolate and background options to PerlMagick's AffineTransform().
  112.   * Revert to Postscript rendering if Freetype delegate library is not
  113.     available.
  114.  
  115. 2007-01-20  6.3.2-1 Cristy  <quetzlzacatenango@image...>
  116.   * Accept Fx expressions from a file with -fx @filename.
  117.   * Enhance -fill and -stroke to accept image filenames as patterns.
  118.  
  119. 2007-01-16  6.3.2-0 Cristy  <quetzlzacatenango@image...>
  120.   * Save grayscale images as JPEG-compressed grayscale when writing in the TIFF
  121.     format.
  122.   * Update EXIF resolution fields when image density changes.
  123.  
  124. 2007-01-07  6.3.1-7 Cristy  <quetzlzacatenango@image...>
  125.   * The -polaroid option now respects -gravity.
  126.   * Deprecate Get/SetImageAttribute().  Recommend Get/SetImageProperty()
  127.     instead.
  128.   * Any form of "-crop" with a percentage, implies an offset for the crop. 
  129.   * Fixed percent option for -border (e.g. -border 10%x0%).
  130.   * Add -path option to the mogrify program to specify where to write the
  131.     images.
  132.  
  133. 2007-01-06  6.3.1-6 Cristy  <quetzlzacatenango@image...>
  134.   * Fix the -auto-orient to work with an image sequence (reference
  135.     http://www.imagemagick.org/discourse-server/viewtopic.php?t=8100).
  136.   * Add -polaroid option to simulate a Polaroid picture.
  137.   * Eliminate double-free bug in GradientImage().
  138.   * Set AppendImage() matte channel only when image has matte attribute set.
  139.   * The -crop with negative offsets do not modify the virtual canvas.
  140.   * Caption: Given both the width and height ("-size") of the area to fill,
  141.     adjust the fonts "-pointsize" until the text just filles the whole space
  142.     without overflowing.
  143.   * Generate proper Windows icon image files (patch provided by
  144.     Robert M. Jansen).
  145.  
  146. 2006-12-31  6.3.1-5 Cristy  <quetzlzacatenango@image...>
  147.   * Add text parameter to PerlMagick Draw() method.
  148.  
  149. 2006-12-26  6.3.1-5 Masayuki Koshiji  <koshiji@users...>
  150.   * Fix 16-bit raw image write with interlace option (line, plane, and
  151.     partition).
  152.  
  153. 2006-12-23  6.3.1-4 Cristy  <quetzlzacatenango@image...>
  154.   * Remove excess whitespace when converting an XMLTree to XML (reference
  155.     http://www.imagemagick.org/discourse-server/viewtopic.php?t=8053).
  156.   * GetTypeMetrics() now returns proper width when rotating text.
  157.   * Add -origin command line option.
  158.  
  159. 2006-12-17  6.3.1-3 Cristy  <quetzlzacatenango@image...>
  160.   * Tiled TIFF images are now read using a memory efficient algorithm.
  161.   * Add additional checks for valid IPTC profiles.
  162.   * Add -recolor option to translate, scale, shear, or rotate image colors.
  163.   * CompareStringInfo() no longer returns incorrect results if one string is
  164.     a substring of the other.
  165.  
  166. 2006-12-13  6.3.1-2 Cristy  <quetzlzacatenango@image...>
  167.   * Fix 'no window with specified ID exists' bug (reference
  168.     http://www.imagemagick.org/discourse-server/viewtopic.php?t=6315).
  169.   * Bilevel TIFF images require a bilevel alpha channel.
  170.   * Fix missing object when writing PDF images.
  171.  
  172. 2006-12-06  6.3.1-1 Cristy  <quetzlzacatenango@image...>
  173.   * Use soft rather than hard shadows with montage.
  174.   * Under some circumstances, identify did not report the transparent colormap
  175.     color.
  176.   * Patch TIFF coder to read separated CMYKA images.
  177.   * Patch gradient coder to permit transparent gradients.
  178.   * Fix tiling of display program pan icon (reference
  179.      http://www.imagemagick.org/discourse-server/viewtopic.php?p=24214).
  180.   * Add -linear-stretch option (suggested by Anthony).
  181.  
  182. 2006-12-05  6.3.1-0 Cristy  <quetzlzacatenango@image...>
  183.   * Fix memory leak when EmbeddableMagick is defined.
  184.   * Fix memory leak when EmbeddableMagick is defined.
  185.  
  186. 2006-12-02  6.3.0-8 Marko Mahnic <marko.mahnic@email...>
  187.   * Fix drawing boundary condition to prevent rendering ghost lines.
  188.  
  189. 2006-12-01  6.3.0-8 Chris Madison  <madisonblu@hotma...>
  190.   * Fix corrupt Group4/Fax-compressed PDF object.
  191.   * Generate a proper grayscale image when using a gray profile.
  192.  
  193. 2006-11-30  6.3.0-7 Cristy  <quetzlzacatenango@image...>
  194.   * Revert TIFF samples-per-pixel patch.
  195.  
  196. 2006-11-15  6.3.0-5 Cristy  <quetzlzacatenango@image...>
  197.   * Generate proper Postscript for bilevel transparent images.
  198.   * Generate proper Windows icon image files (patch provided by
  199.     Robert M. Jansen).
  200.  
  201. 2006-11-11  6.3.0-4 Cristy  <quetzlzacatenango@image...>
  202.   * Prevent buffer overflow in PNG coder (reference
  203.     http://redux.imagemagick.org/discussion-server/viewtopic.php?t=7781).
  204.   * Add image.resolution.{x,y} to the Fx language.
  205.  
  206. 2006-11-03  6.3.0-3 Cristy  <quetzlzacatenango@image...>
  207.   * Prevent buffer overflow in DCM and PALM coders (ref
  208.     http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2006-5456).
  209.   * Set opacity channel of splice image to that of the image background color.
  210.   * Properly read/write 16-bit FITS images.
  211.  
  212. 2006-11-01  6.3.0-2 Cristy  <quetzlzacatenango@image...>
  213.   * Don't truncate image comment (e.g. convert ... -format %c ...).
  214.   * Write Group-4 compressed TIFF images if the image is monochome and opaque.
  215.   * Color reduction with the HSB colorspace no longer faults.
  216.  
  217. 2006-10-23  6.3.0-1 Cristy  <quetzlzacatenango@image...>
  218.   * Speed up XPM coder (patch from luis@luispe...).
  219.   * PNG images with 16 colors or less are no longer corrupted.
  220.  
  221. 2006-10-02  6.3.0-0 Cristy  <quetzlzacatenango@image...>
  222.   * Destroy MagickCore API environment when END{} is called in PerlMagick
  223.     (patch provided by Dmitry Karasik).
  224.   * Support -fx conditionals (e.g. x ? y : z), assignment (e.g. zz=3.1), and
  225.     statement separators (e.g. zz=2.1; zz).
  226.   * Add new pixel: attribute (e.g. -format '%[pixel:s]').
  227.   * Add support for Supplementary Plane Unicode characters (reference
  228.     http://redux.imagemagick.org/discussion-server/viewtopic.php?p=23065#23065).
  229.  
  230. 2006-09-25  6.2.9-8 Cristy  <quetzlzacatenango@image...>
  231.   * The plasma: coder is once again opaque.
  232.   * Bogus relinquish in rare circustances produced incorrect resource
  233.     utilization statistics.
  234.  
  235. 2006-09-18  6.2.9-7 Cristy  <quetzlzacatenango@image...>
  236.   * Add CMYK support to the PAM image format.
  237.   * Do not write PDF soft mask if image is PaletteMatteType.
  238.   * Patches from Sven Koehler to improve PerlMagick's build script.
  239.  
  240. 2006-09-18  6.2.9-7  Anthony Thyssen  <anthony@griff...>
  241.   * Add additional ordered-dithering options.
  242.  
  243. 2006-09-15  6.2.9-6 Cristy  <quetzlzacatenango@image...>
  244.   * Ensure cache_resources in magick/cache.c is a valid splay-tree before we
  245.     add/remove nodes to/from it.
  246.   * Automatically threshold the alpha channel at 50% when color reducing an
  247.     image.
  248.   * Make ParseMagickOptions() more robust to handle ordered dither options.
  249.  
  250. 2006-09-11  6.2.9-5 Cristy  <quetzlzacatenango@image...>
  251.   * Improve -monochrome option.
  252.   * %% now works in output image filename (reference
  253.     http://redux.imagemagick.org/discussion-server/viewtopic.php?p=22393).
  254.   * Install check to ensure the blob offset is less than the blob length in
  255.     ReadBlob() to prevent accidental or malicious buffer overflow (reference
  256.     [AD_LAB-06010]).
  257.   * fix PerlMagick per-object leak (reference
  258.     http://redux.imagemagick.org/discussion-server/viewtopic.php?p=22418).
  259.  
  260. 2006-09-02  6.2.9-4 Cristy  <quetzlzacatenango@image...>
  261.   * Add -resample option to the display and animate program.
  262.   * Fix boolean transparency bug for GIF images.
  263.  
  264. 2006-08-28  6.2.9-3 Cristy  <quetzlzacatenango@image...>
  265.   * Add -clip-mask option to clip as defined by an image mask.
  266.  
  267. 2006-08-20  6.2.9-2 Cristy  <quetzlzacatenango@image...>
  268.   * Add >>, <<, >=, and <= operators to -fx.
  269.  
  270. 2006-08-12  6.2.9-1 Cristy  <koyaanisqatsi@image...>
  271.   * Add -interpolate option.
  272.   * Respect -type option when writing PNG images (reference
  273.     http://redux.imagemagick.org/discussion-server/viewtopic.php?t=7254).
  274.   * Missing bounds checks in XCF and SUN image decoders (patch by
  275.     (taviso@googl...).
  276.   * Enhance -fx to respect -interpolate.
  277.   * display -window id image no longer generates a seg-fault.
  278.   * Use -transparent-color wheat to define the GIF transparency color.
  279.   * Fix -fx and operator (&).
  280.   * Validate runlength fields in SGI images (reference CVE-2006-4144).
  281.  
  282. 2006-08-08  6.2.9-0 Cristy  <koyaanisqatsi@image...>
  283.   * Add -adaptive-resize option.
  284.   * Permit x100 as a geometry in Magick++.
  285.   * Respect width/height for image MVG element.
  286.  
  287. 2006-08-01  6.2.8-8 Cristy  <koyaanisqatsi@image...>
  288.   * Add -unique-colors to discard all but one of any pixel color.
  289.   * The montage program properly parses the -channel option.
  290.   * Make -colors work consistently as an image operator.
  291.   * Some DPX images do not contain a television header.
  292.   * Restore ability to read 10-bit grayscale Cineon images.
  293.   * Improve handling of corrupt GIF images.
  294.  
  295. 2006-07-28  6.2.8-7 Cristy  <koyaanisqatsi@image...>
  296.   * Handle undefined colorspace in TransformRGBImage().
  297.   * Add ParseAffineGeometry() to parse the affine geometry.
  298.  
  299. 2006-07-24  6.2.8-6 Glenn Randers-Pehrson <glennrp@glenn...>
  300.   * Extend ordered-dither to accept a few more values 2x1, 4x1, 6x1, and
  301.      8x1 are halftone patterns.
  302.  
  303. 2006-07-15  6.2.8-6 Cristy  <koyaanisqatsi@image...>
  304.   * Add -sketch option (e.g. -sketch 0x20+135).  See
  305.     http://redux.imagemagick.org/discussion-server/viewtopic.php?t=7023.
  306.   * Add -regard-warnings option to ImageMagick utilities.
  307.   * The -colorspace option is an operator, not a setting.
  308.   * Fix -affine so it rotates at the proper offset.
  309.  
  310. 2006-07-15  6.2.8-5 Cristy  <koyaanisqatsi@image...>
  311.   * Fixed a threading flaw in RemoveNodeByValue() in the magick/splay.c (report
  312.     by fedor57).
  313.   * Properly scale for 16-bit unsigned FITS image.
  314.   * PosterizeImage() is working properly again.
  315.   * Don't expand filenames for CAPTION: or LABEL: image formats.
  316.   * Add -adaptive-blur command-line option
  317.  
  318. 2006-07-06  6.2.8-4 Cristy  <koyaanisqatsi@image...>
  319.   * Add IsImageSimiliar() method to MagickCore API.
  320.   * Improve color reduction algorithm for images with transparency.
  321.  
  322. 2006-07-02  6.2.8-3 Cristy  <koyaanisqatsi@image...>
  323.   * The -page A4 option no longer returns a width/height of 0.
  324.   * GetMagickModulePath() at line 803 in magick/module.c the variable 'home'
  325.     is not freed before returning.
  326.   * Magick::throwException should not call MagickLib::GetException().
  327.  
  328. 2006-07-01  6.2.8-2 Cristy  <koyaanisqatsi@image...>
  329.   * The DPX orientation header elements are 8 not 16.
  330.   * Fix the ImageMagick web pages so they render properly.
  331.  
  332. 2006-06-16  6.2.8-1 Cristy  <koyaanisqatsi@image...>
  333.   * Fix off-by-one error in DrawAffineImage().
  334.   * Set the offset to layer #2 of XCF images.
  335.  
  336. 2006-06-12  6.2.8-1 Cristy  <koyaanisqatsi@image...>
  337.   * Set proper precendence so -fx 'p{u[1]*w,u[2]*h}' parses properly (bug
  338.     report by Anthony).
  339.   * Some fonts improperly return a negative max advance metric.
  340.  
  341. 2006-06-07  6.2.8-1 Cristy  <koyaanisqatsi@image...>
  342.   * Do not normalize -convolve kernel.
  343.  
  344. 2006-06-06  6.2.8-0 Cristy  <koyaanisqatsi@image...>
  345.   * Fixed a number of bugs found on Anthony's bug page,
  346.     http://www.cit.gu.edu.au/~anthony/graphics/imagick6/bugs/testing/.
  347.  
  348. 2006-05-21  6.2.7-8 Cristy  <koyaanisqatsi@image...>
  349.   * Added -auth-orient, -transpose, and -transverse options to the convert
  350.     command line.
  351.   * +extract properly resets the extract geometry.
  352.  
  353. 2006-05-18  6.2.7-7 Cristy  <koyaanisqatsi@image...>
  354.   * Don't fault when processing bad TIFF profiles (4 characters or less).
  355.   * Masks are now read properly for 16-bit DIB's.
  356.   * The pixel cache file descriptor limit code failed because the pixel cache
  357.     timestamp was not always being set properly.
  358.   * Fixed a small memory leak in IsGrayImage().
  359.   * Fixed Cineon writing bug for very long filenames in 6.2.7 (reference
  360.     http://redux.imagemagick.org/discussion-server/viewtopic.php?t=6590)
  361.   * Begin the long journey of enhancing the conjure utility to support
  362.     all options that are supported by the convert utility and PerlMagick
  363.    (e.g. border, guassian-blur, etc.).
  364.   * Fixed access violation in ImageMagickObject (patch provided by Milan
  365.     Dadok).
  366.  
  367. 2006-05-10  6.2.7-6 Cristy  <koyaanisqatsi@image...>
  368.   * Clear exception in ListMagickInfo() if any formats are returned.
  369.   * Patch to correctly read 32-bit TGA image.
  370.  
  371. 2006-05-09  6.2.7-5 Cristy  <koyaanisqatsi@image...>
  372.   * Default quantum scale to QuantumRange/(maximum-minimum) in magick/quantum.c.
  373.  
  374. 2006-05-08  6.2.7-4 Cristy  <koyaanisqatsi@image...>
  375.   * Remove debugging statement from magick/cache.c.
  376.  
  377. 2006-05-01  6.2.7-3 Cristy  <koyaanisqatsi@image...>
  378.   * Add -adaptive-sharpen to the convert and mogrify programs.
  379.  
  380. 2006-04-24  6.2.7-2 Cristy  <nagual@image...>
  381.   * Generate proper image filenames when filename has more than one embedded
  382.     period (e.g. image.gif.eps becomes image.gif-0.eps, image.gif-1.eps,
  383.     etc.).
  384.   * CompositeImage() is now thread-safe.
  385.  
  386. 2006-04-17  6.2.7-1 Chris Madison  <madisonblu@hotma...>
  387.   * The OpenModules() is now thread-safe (bug report from
  388.     rachael.sandefer@kabir...)
  389.   * Grabbing subimages from a TIFF image now works properly (e.g.
  390.     image.tif[3,7,11-13]).
  391.  
  392. 2006-04-14  6.2.7-0 Chris Madison  <madisonblu@hotma...>
  393.   * The GIF image format is now thread-safe (bug report from
  394.     rachael.sandefer@kabir...)
  395.  
  396. 2006-04-11  6.2.7-0 Glenn Randers-Pehrson <glennrp@glenn...>
  397.   * Icon module was logging TraceEvent instead of CoderEvent; added logging
  398.     if header info.
  399.  
  400. 2006-04-10  6.2.7-0 Cristy  <nagual@image...>
  401.   * Load system fonts with the fontconfig delegate library.
  402.   * The -opaque option now respects -channel.
  403.   * Put/get TIFF image position attribute.
  404.   * Read PSD pre-combined layer.
  405.   * Set the fuzz factor for -opque and -transparent.
  406.   * Add -black-point-compensation option.  Use in concert with the -profile
  407.     option.
  408.  
  409. 2006-03-31  6.2.6-8 Chris Madison  <madisonblu@hotma...>
  410.   * 'convert existing-image.png -background' no longer generates a fault.
  411.   * -define pdf:use-cropbox=true actually works now.
  412.   * Slight mods to magick/xwindow.c to compile under BEOS (path provided by
  413.     henrimoi@hotma...).
  414.   * #000000 improperly set the opacity channel (bug report and patch from
  415.     digipete@shaw....).
  416.  
  417. 2006-03-31  6.2.6-8 Jacob (=Jouk) Jansen <joukj@hrem...>
  418.   * Patch for OpenVMS compile support.
  419.  
  420. 2006-03-30  6.2.6-7  Anthony Thyssen  <anthony@griff...>
  421.   * Added the 'Dispose' layers function to return the 'GIF dispose' images of
  422.     an animation.
  423.  
  424. 2006-03-30  6.2.6-7  Cristy  <nagual@image...>
  425.   * File is already closed, do not call fclose() on it in magick/blob.c.
  426.   * PS3/EPS3 now writes a proper image mask when compression is None.
  427.   * Patch to properly read interlaced GIF's.
  428.   * DestroyMagick() is not always reliably available when atexit() unwinds.
  429.  
  430. 2006-03-26  6.2.6-6  Cristy  <stentz@image...>
  431.   * Specify '-depth 32 -define quantum:format=floating-point' to read/write
  432.    single precision floating point TIFF and raw formats.
  433.   * Specify '-depth 64 -define quantum:format=floating-point' to read/write
  434.    double precision floating point TIFF and raw formats.
  435.   * If you overlaying an image with a negative offset, the image is no
  436.     longer wrapped around the left and right edges of the canvas.
  437.  
  438. 2006-03-20  6.2.6-5  Cristy  <stentz@image...>
  439.   * Fix Group4-compression in the PDF writer.
  440.  
  441. 2006-03-06  6.2.6-4  Cristy  <stentz@image...>
  442.   * Read image filenames that start with a dash (e.g. display -- -logo.png).
  443.   * Do not set the image opacity when reading a PSD colormap index (reference
  444.     http://redux.imagemagick.org/discussion-server/viewtopic.php?p=18026).
  445.   * By default, ImageMagick sets the page size to the MediaBox. Some
  446.     PDF files, however, have a CropBox that is smaller than the MediaBox and
  447.     may include white space, registration or cutting marks outside the CropBox.
  448.     To force ImageMagick to use the CropBox rather than the MediaBox, use
  449.     -define (e.g. -define pdf:use-cropbox=true).
  450.   * RGB to CMYK color conversion is now scaled properly.
  451.  
  452. 2006-03-01  6.2.6-3  Cristy  <stentz@image...>
  453.   * The command line utilities properly returns a non-zero status when an
  454.     exception is thrown.
  455.  
  456. 2006-02-20  6.2.6-2  Cristy  <stentz@image...>
  457.   * Fix a memory leak in each of CompositeImageCommand() and CompositeImage()
  458.     (bug report by gscott...@gmail...).
  459.   * Add new options -layers compare-any, -layers compare-clear,
  460.     -layers compare-overlay, and -layers optimize.
  461.  
  462. 2006-02-16  6.2.6-2  Marko Mahni─ì  <marko.m...>
  463.   * Draw last dash in a dashed polyline.
  464.  
  465. 2006-02-15  6.2.6-2  Cristy  <stentz@image...>
  466.   * See http://www.cit.gu.edu.au/~anthony/graphics/imagick6/basics/#notes
  467.     -geometry implementation notes.
  468.  
  469. 2006-02-13  6.2.6-2  Cristy  <stentz@image...>
  470.   * Add %D to -format to return the image disposal method.
  471.   * ncorrect handling of file:// URIs causes data loss (patch from Daniel
  472.     Kobras).
  473.   * Set default BMP resolution units to PixelsPerCentimeter (problem report
  474.     from digipete@shaw...).
  475.  
  476. 2006-02-07  Cristy  <stentz@image...>
  477.   * The "-geometry" setting should cause -composite operation, to resize just
  478.     the overlayed image. It should not do anything at the point it is given.
  479.  
  480. 2006-02-04  Chris Madison  <madisonblu@hotma...>
  481.   * Patch IsMagickOption() to only report MagickTrue if the option is a
  482.     valid ImageMagick command line option.
  483.   * Fixed a race condition in the semaphore implementation (fix suggested
  484.     by ╨ñ╨╡╨┤╨╛╤Ç ╨á╨╛╨╝╨░╨╜╨╡╨╜╨║╨╛).
  485.  
  486. 2006-02-01  Anthony Thyssen  <anthony@griff...>
  487.   * Add layer.c source module to distribution.
  488.   * Add -layers optimize command line option to optimize image layers.
  489.  
  490. 2006-01-24  Anthony Thyssen  <anthony@griff...>
  491.   * Correctly implement Restore To Previous GIF disposal method for
  492.     CoalesceImages().
  493.  
  494. 2006-01-20  Cristy  <stentz@image...>
  495.   * Bounding box was not always recognized in small EPS files.
  496.   * Enable Zip compresion in Windows TIFF distribution.
  497.   * Make sure pict images are composited in the RGB colorspace.
  498.   * Don't destroy profiles in PerlMagick when returned by GetImageProfile
  499.     (bug report by Kevin Rosenberg).
  500.  
  501. 2006-01-14  Cristy  <stentz@image...>
  502.   * Deprecate TranslateText() and replace with InterpretImageAttributes().
  503.   * InterpretImageFilename() interprets embedded characters in an image
  504.     filename (initial patch from Daniel Kobras).
  505.   * Add AcquireUniqueSymbolicLink() to help prevent shell injection for the
  506.     any command line delegates (initial patch from Daniel Kobras).
  507.   * Some PSD CMYK images were not read properly.
  508.  
  509. 2006-01-13  Cristy  <stentz@image...>
  510.   * Conform to W3C CSS3 Color Module recommendation for specifying colors.
  511.     We now include hsl() and hsla() (e.g. hsl(120, 50%, 50%) for pastel green).
  512.   * Added CompositeImageChannel() but there is still work to be done.  It
  513.     currently behaves just like CompositeImage().
  514.  
  515. 2006-01-06  Cristy  <stentz@image...>
  516.   * Annotate relative to the image page geometry.
  517.   * Add the -contrast-stretch option.  Its like -normalize but it accepts an
  518.     arguments for the black and white points.
  519.  
  520. 2005-12-30  Cristy  <stentz@image...>
  521.   * Prevent shell command injection in delegate code (via file names),  See
  522.     http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=345238.
  523.   * Identify GIF transparent color in 'identify -verbose' output.
  524.   * Use -resize for resizing an image, -geometry no longer works for resizing.
  525.   * Added VignetteImage() and corresponding -vignette option (e.g.
  526.     -vignette 0x20+20+20).
  527.  
  528. 2005-12-28  Chris Madison  <madisonblu@hotma...>
  529.   * The FITS coder failed to read a 16-bit FITS image (bug report by Volker
  530.     Kuhlmann).
  531.  
  532. 2005-12-16  Maria Gullickson  <mgullickson@afdso...>
  533.   * Patch memory leak in GenerateEXIFAttribute().
  534.  
  535. 2005-12-16  Cristy  <stentz@image...>
  536.   * Don't use existing opaque color as a transparent color index when
  537.     writing GIF images.
  538.   * The compare program now reports an exception when the dimensions of the
  539.     image and its reference differ.
  540.   * Fix so -shave 1% returns expected results (bug report by Jon Hitchcock).
  541.   * Convert YCC colorspace to RGB when using the -modulate option (bug report
  542.     by Andreas Tille).
  543.   * Permit a range of images to delete with the -delete option (suggested by
  544.     Anthony).
  545.   * Move *ImageCommand() calls from MagickCore to MagickWand.
  546.  
  547. 2005-12-01  Cristy  <stentz@image...>
  548.   * Correctly implement Restore To Previous GIF disposal method for
  549.     CoalesceImages() (bug report by Anthony).
  550.   * Extend exceptions to track any/all exceptions thrown.  Previously
  551.      only the most severe exception was tracked.
  552.  
  553. 2005-11-12  Cristy  <stentz@image...>
  554.   * SetImageType(): monochrome images are not required to be colormapped.
  555.   * Initialize blob->mapped to MagickFalse in AttachBlob() (bug report from
  556.     O. Watson).
  557.   * Use painters algorithm for the -draw point primitive (suggested by
  558.     Anthony).
  559.   * NormalizeImage() now normalizes the opacity channel correctly (bug report
  560.   * QueryFontMetrics() now accounts for the font stroke width.
  561.  
  562. 2005-11-08  Cristy  <stentz@image...>
  563.   * The index channel is no longer flipped in SeparateImageChannel() (bug
  564.     report from Pierre Arnaud).
  565.  
  566. 2005-11-07  Glenn Randers-Pehrson <glennrp@glenn...>
  567.   * coders/png.c: Add vpAg chunk to support virtual page width/height.
  568.  
  569. 2005-11-02  Cristy  <stentz@image...>
  570.   * Enhance DrawAffineImage() to include color interpolation.
  571.  
  572. 2005-10-31  Cristy  <stentz@image...>
  573.   * Add new -identify option to identify an image.
  574.  
  575. 2005-10-30  Cristy  <stentz@image...>
  576.   * When writing JPEG images, make the errors recoverable.
  577.  
  578. 2005-10-27  Cristy  <stentz@image...>
  579.   * Permit the repage option to accept geometry shortcuts (e.g. +3+3).
  580.   * `convert rose: -verbose rose.gif` no longer reports information about the
  581.     input image, only the output image (bug report from Anthony).
  582.  
  583. 2005-10-23  Cristy  <stentz@image...>
  584.   * The display program now shows the actual filename in the display window
  585.     rather than the temporary filename (e.g. image.miff.gz rather than
  586.     /var/tmp/magick-XXa18945).
  587.   * display -remote -quit will cause the remote display program to exit
  588.     (suggested by Anthony).
  589.   * Patched the display program to properly compute the scanline pad for
  590.     X11 visuals 16-bits deep.
  591.  
  592. 2005-10-22  Cristy  <stentz@image...>
  593.   * ImageMagick no longer reports "too many open files" when montaging
  594.     thousands of images.
  595.  
  596. 2005-10-17  Cristy  <stentz@image...>
  597.   * Fix a few problems so ImageMagick will compile with the g++ compiler.
  598.   * Patch so ImageMagick will properly convert -fill 'cmyk(0,0,0,255)' to RGB.
  599.   * ThumbnailImage() no longer faults when resources are exhausted.
  600.  
  601. 2005-10-15  Cristy  <stentz@image...>
  602.   * By default we compute optimal Huffman coding tables for JPEG images.  Use
  603.     -define jpeg:optimize-coding=false to use the default Huffman tables.
  604.   * Unable to add an image, at index 0, to a MagickWand that already contains
  605.     images (bug report fromm    O. Watson).
  606.  
  607. 2005-10-14  Cristy  <stentz@image...>
  608.   * IsMagickColorSimiliar() properly distinquishes the green and blue color
  609.     components (bug report from Justin T.).
  610.   * Setting MagickWand's width to less than the width of the rendered text
  611.     causes the "CAPTION:" pseudo-format to seg-fault when read (bug report from
  612.     O. Watson).
  613.  
  614. 2005-10-12  Chris Madison  <madisonblu@hotma...>
  615.   * Permit embedded \n characters for the caption coder.
  616.  
  617. 2005-09-30  Cristy  <stentz@image...>
  618.   * Add support for the PAM image format.
  619.   * Adjust image canvas size for ShadowImage() (problem report from Anthony).
  620.  
  621. 2005-09-16  Cristy  <stentz@image...>
  622.   * Add AddNoiseImageChannel() method.
  623.   * RotateImage() no longer affected by the composite operator.
  624.   * Add a control handler to intercept ctrl-c signal under Windows.
  625.   * Fixed a boundary condition error in DrawAffineImage() (bug report by
  626.     Gabe Schaffer).
  627.  
  628. 2005-09-14  Cristy  <stentz@image...>
  629.   * FlattenImage() no longer faults when you give it an image that is not at the
  630.     beginning of the image list.
  631.   * Leave image index at its current location after a MagickReadImage().
  632.     Previously the image index was set to the beginning of the image list.
  633.  
  634. 2005-09-12  Chris Madison  <madisonblu@hotma...>
  635.   * Option -scenes 0-1 no longer generates an exception.
  636.   * Ensure IsMagickInstantiated() return MagickTrue after InitializeMagick()
  637.     is called.
  638.  
  639. 2005-09-11  Cristy  <stentz@image...>
  640.   * Enhance -delay to respect the > & < meta -characters.
  641.   * Correct for motion blur angle once again (problem report from Anthony).
  642.   * 16-bit grayscale images no longer cause a memory fault when saved to
  643.     the PCX format.
  644.   * Fixed small ICC color profile memory leak.
  645.  
  646. 2005-09-06  Cristy  <stentz@image...>
  647.   * Fixed small memory leak in the RegisterTTFImage() module (patch provided
  648.     by jon@websuper...).
  649.   * Extend -delay to accept ticks-per-second (e.g. -delay 10x100 is 10 one
  650.     hundredths of a second).  The default is hundredths of a second.
  651.   * Clone the virtual pixel method when cloning the image cache (thanks to
  652.     Anthony for discovering this bug).
  653.   * 'montage rose: -geometry 0 rose.gif' no longer seg faults (bug report by
  654.     Anthony).
  655.   * Compute correct image statistics for grayscale images.
  656.   * Given -crop WxH+X+Y! the image page width and height is set to WxH and
  657.     the image offset has the crop offset subtracted, so the image is relative
  658.     to the new crop/page/canvas area.
  659.  
  660. 2005-09-03  Cristy  <stentz@image...>
  661.   * Eliminate additional pedantic compiler warnings.
  662.   * Bump SONAME version due to binary compatibility break.
  663.   * The caption coder converts carriage-returns to plain spaces.
  664.   * Cropping a 'paged' image with a negative offset is now working correctly.
  665.   * Persist the gravity setting on the convert command line.
  666.   * The info: format respects the -verbose option.
  667.   * Added new -format embedded formatting characters, %P canvas/page size and
  668.     %O image offset on canvas/pag.
  669.   * A centered crop with a precentage noew positions the image correctly on
  670.     the page.
  671.   * New Transparent virtual pixel methods.
  672.   * Fixed display to properly skip images with 3<space> or 3<backspace>, for
  673.     example.
  674.   * Fixed display to go to the proceeding image when its the last image in
  675.     the sequence and <backspace> is pressed.
  676.   * Fixed ConstituteImage() to properly return the opacity when a map of O
  677.     is used rather than A (bug report by magickbugs@picta...).
  678.   * Use -channel RGBA to generate transparent Postscript images.
  679.  
  680. 2005-08-24  Chris Madison  <madisonblu@hotma...>
  681.   * Invert 1-bit min-is-black TIFF images.
  682.   * Fixed small memory leak in SVG coder.
  683.   * Get rid of spurious "unable to find type-ghostscript.xml" message under
  684.     Windows.
  685.   * eliminated corrupt memory with 'identify -list delegate' command.
  686.   * -fx 'u > .4' no longer generates a parse error.
  687.   * Fixed cropping with a negative page offset.
  688.   * The -radial-blur option can now be controlled with -channel option.
  689.   * Reading the annotation string using the '@' filename prefix, now works for
  690.     standard input .
  691.  
  692. 2005-08-20  Cristy  <stentz@image...>
  693.   * Add the -motion-blur option to simulate motion blur.
  694.  
  695. 2005-08-17  Cristy  <stentz@image...>
  696.   * Restore iCCP chunk when writing PNG images with a color profile.
  697.   * remove halo effect caused by transparent images from special effect
  698.     filters convolve, implode, swirl, and wave.
  699.  
  700. 2005-08-16  Cristy  <stentz@image...>
  701.   * Export the MaxRGB symbol in Magick.pm of PerlMagick.
  702.   * Support CMYK pixels for the implode, swirl, and wave special effects.
  703.  
  704. 2005-08-06  Cristy  <stentz@image...>
  705.   * resizing a light colored image on a transparent background will now NOT
  706.     produce a incorrect black halo.
  707.   * The experimental  -identify   option has been replaced with info:. This
  708.     special output format will do the same task as the 'identify' command,
  709.     but will allow you to save the result into a seperate file or to
  710.     standard output.  This output format will understand the use of the
  711.     -format setting within the convert command.
  712.   * -label and -draw text will no longer deal with the special escapes chars.
  713.     That is  percent '%' image info formats will nolonger be expanded, or
  714.     '\n' newlines (for multiple line draws) handled.
  715.   * A new -extent  operator.  This is a ultra-fast and simple image size
  716.     changer.  The image data is preserved in the topleft corner of the
  717.     resulting image, but no effort is made to set any form of background
  718.     color, or preserve image data that falls outside the new image size.
  719.     Note -crop is still the prefered operator, but this is appropriate for
  720.     handling very very large, or huge numbers of images.
  721.  
  722. 2005-07-26  Cristy  <stentz@image...>
  723.   * Add the Compare() method to the ImageMagickObject.
  724.  
  725. 2005-07-24  Chris Madison  <madisonblu@hotma...>
  726.   * Modified the configure script to makes sure that -lcygipc only gets added
  727.     if shmctl is actually found in it (Debian bug report and patch).
  728.  
  729. 2005-07-20  Chris Madison  <madisonblu@hotma...>
  730.   * Modified the configure script to validate the new Graphviz 2.4 GVC library.
  731.   * Updated to the latest autoconf/automake scripts (suggested by Arfune).
  732.  
  733. 2005-07-20  Shish <shish@shish...>
  734.   * The -font option for the display program no longer causes a memory
  735.     reallocation error.
  736.  
  737. 2005-07-13  Chris Madison  <madisonblu@hotma...>
  738.   * Fixed an obscure heap-overflow vulnerability in the AVS reader reported by
  739.     Damian Put (http://www.overflow.pl/adv/imheapoverflow.txt).
  740.   * Fixed race condition in semaphore implementation (fix suggested by
  741.     Matt Wytock).
  742.   * 16-bit FITS images are now scaled properly (bug report from Ivan aka Detro).
  743.  
  744. 2005-07-04  Chris Madison  <madisonblu@hotma...>
  745.   * Read image rather than ping image for -format %r.
  746.  
  747. 2005-06-20  Glenn Randers-Pehrson <glennrp@glenn...>
  748.   * coders/png.c: Fixed a problem with reading 16-bit PNG images using the Q8
  749.     quantum depth.
  750.  
  751. 2005-06-18  Cristy  <yarrow@image...>
  752.   * Added methods MagickSetImageAttribute(), MagickSetOption(), and
  753.     MagickGetOption().
  754.  
  755. 2005-06-14  Cristy  <yarrow@image...>
  756.   * Fixed bug recently introduced for stroke/fill drawing primitives.
  757.   * Fixed bug when saving an 8BIM profile.
  758.  
  759. 2005-06-13  Cristy  <yarrow@image...>
  760.   * Add stdarg.h include in magick/api.h to satisfy RMagick configure script.
  761.  
  762. 2005-06-05  Cristy  <yarrow@image...>
  763.   * Image rotation no longer creates a black backgound when the image background
  764.     color is fully transparent.
  765.  
  766. 2005-06-02  Cristy  <yarrow@image...>
  767.   * Added Log to Linear colorspace conversion.
  768.   * Deprecated magick/api.h, use magick/ImageMagick.h instead.
  769.  
  770. 2005-05-28  Cristy  <yarrow@image...>
  771.   * Embeded ImageMagick no longer checks for configuration files on disk and
  772.     instead uses the built-in configuration.
  773.   * GetImageTotalInkDensity() returns the total ink density for an image.
  774.  
  775. 2005-05-26  Falcon  <sss@rdw.r...>
  776.   * Patch for support black-channel(CMYK) in MagickGetImageHistogram().
  777.  
  778. 2005-05-26  m.objects <imagemagick@mobjec...>
  779.   * Fixed  ConstrainColormapIndex() bug in coders/mat.c.
  780.  
  781. 2005-05-26  Kevin A. McGrail
  782.   * Added code to perform dissolution of composite image during dissolve
  783.     operation.
  784.  
  785. 2005-05-18  Obache  <obache@users...>
  786.   * Permit escaping the % in a filename (e.g. hmb_50%%x50%%.jpg).
  787.  
  788. 2005-05-06  Taviso  <taviso@sdf.li...>
  789.   * Avoid infinite loop if bogus XWD rad/green/blue masks are 0;
  790.  
  791. 2005-05-06  John Cupitt  <jcupitt@gmail...>
  792.   * Eliminate seg-fault when pinging images not recognised by ImageMagick.
  793.  
  794. 2005-05-03  Chris Madison  <madisonblu@hotma...>
  795.   * Eliminate seg-fault when command line options are missing their required
  796.     values (e.g. convert -fill).
  797.  
  798. 2005-04-23  Chris Madison  <madisonblu@hotma...>
  799.   * Fixed an obscure heap-overflow vulnerability in the PNM reader reported by
  800.     Damian Put (http://www.overflow.pl/adv/imheapoverflow.txt).
  801.  
  802. 2005-04-18  Volker Kuhlmann  <list0570@parad...>
  803.   *  adds a number of missing exif tags and correct the name of 2 existing ones.
  804.  
  805. 2005-04-16  Rick Mabry  <rmabry@sport...>
  806.   * Fixed memory overflow computation.
  807.  
  808. 2005-04-13  Anthony Thyssen  <anthony@griff...>
  809.   * Permit a 0 x or y shear value.
  810.  
  811. 2005-04-10  K Brady <kbrady@newba...>
  812.   * Check AVI chunk size to ensure it does not exceed file length.
  813.  
  814. 2005-04-10  Cristy  <yarrow@image...>
  815.   * Add support for JPEG2000 compressed PDF images.  Use -compress jpeg2000.
  816.  
  817. 2005-04-01  Chris Madison  <madisonblu@hotma...>
  818.   * Return more accurate results for transforming from the HSB to RGB
  819.     colorspaces and back.
  820.   * Fixed image rotation for proper blending near transparent/opaque edges.
  821.  
  822. 2005-03-30  Chris Madison  <madisonblu@hotma...>
  823.   * Check return status of ReadBlob() for various coders.
  824.  
  825. 2005-03-22  Cristy  <yarrow@image...>
  826.   * Added -sigmoidal-contrast option for non-linear contrast control (suggested
  827.     by Anthony/Gabe).
  828.  
  829. 2005-03-20  Lee Sobieski  <lee.h.sobieski@solar...>
  830.   * Added ResetImageAttributeIterator() and GetNextImageAttribute() to permit
  831.     iterating over all the attributes associated with an image.
  832.  
  833. 2005-03-15  Chris Madison  <madisonblu@hotma...>
  834.   * Change sampling_factor to sampling-factor so the -sampling-factor option is
  835.     properly recognized.
  836.  
  837. 2005-03-10  Chris Madison  <madisonblu@hotma...>
  838.   * Added the SepiaToneImage() method to simulate a sepia-toned photo.
  839.  
  840. 2005-03-03  Chris Madison  <madisonblu@hotma...>
  841.   * AppendImages() no longer returns an alpha channel if the image sequence
  842.     does not have one.
  843.  
  844. 2005-02-26  Taviso  <taviso@sdf.lo...>
  845.   * A filename embedded with %n (e.g. logo%n.png) no longer causes a fault.
  846.  
  847. 2005-02-24  Albert Chin-A-Young  <china@thewri...>
  848.   * The Tru64 UNIX 4.0D/5.1 C++ compiler doesn't support ios::binary.
  849.     There is an #ifdef for this, MISSING_STD_IOS_BINARY, but nothing sets
  850.     it in configure.ac. So, I whipped up something to test it. I've tested
  851.     this with the Sun, HP, IBM, SGI, and GNU C++ compilers.
  852.  
  853. 2005-02-21  Peter Seiderer  <ps.report@gmx.n..>
  854.   * Bitmaps in wmf files which are drawed via ipa_bmp_draw (in coders/wmf.c)
  855.     are not scaled to the output size, but drawn with the original size.
  856.  
  857. 2005-02-12  Rick Mabry  <rmabry@sport...>
  858.   * Shear no longer produces artifacts for a 0 y-shear (e.g. 60x0).
  859.  
  860. 2005-02-08  Marc Zonnenberg <marc.zonnenberg@wayne...>
  861.   * The PerlMagick memory, disk, etc., limits were not being set for values
  862.     other than unlimited.
  863.  
  864. 2005-02-08  Francis Labonte <francis_labonte@hotma...>
  865.   * Not all memory allocated in GetTransformTokens & GetStyleTokens are freed
  866.     in SVG parsing.
  867.  
  868. 2005-02-03  Cristy  <yarrow@image...>
  869.   * Distinquish Fax and Group4 compression when writing PDF.
  870.  
  871. 2005-01-28  Samual Sieb  <samuel@sieb....>
  872.   * Fixed bug with the -fx modulo operator.
  873.  
  874. 2005-01-26  Chris Madison  <madisonblu@hotma...>
  875.   * ImportQuantumPixels() was missing a parameter in the FPX coder module (ref.
  876.     http://studio.imagemagick.org/magick/viewtopic.php?t=3574).
  877.  
  878. 2005-01-22  Chris Madison  <madisonblu@hotma...>
  879.   * Fixed precendence for ^ -fx operator (bug report by Rick Mabry).
  880.  
  881. 2005-01-14  Cristy  <yarrow@image...>
  882.   * Fixed iDEFENSE PSD heap overflow vulnerability reported by Andrei
  883.     Nigmatulin.
  884.   * Support writing grayscale TGA images.
  885.  
  886. 2005-01-13  Cristy  <yarrow@image...>
  887.   * Deprecated PushImagePixels() and PopImagePixels() and replaced them with
  888.     ExportMagickPixels() and ImportMagickPixels().  The latter have a pad
  889.     parameter.
  890.  
  891. 2005-01-05  Chris Madison  <madisonblu@hotma...>
  892.   * Certain values for the -affine/-transform options caused a premature exit
  893.     (bug report from Jan Willi).
  894.   * Removed infinite loop from `import -window root`.
  895.  
  896. 2004-12-21  Cristy  <yarrow@image...>
  897.   * ReadPALMImage() now produces a proper RGB image (bug report from Paul
  898.     Bolle).
  899.  
  900. 2004-12-18  Cristy  <yarrow@image...>
  901.   * Added the -shadow option to simulate an image shadow (note, not documented
  902.     yet).
  903.  
  904. 2004-12-16  Chris Madison  <madisonblu@hotma...>
  905.   * Fix file leak in ImageToBlob() method (bug report by hpuck@tec-i...).
  906.  
  907. 2004-12-11  Cristy  <yarrow@image...>
  908.   * The -modulate option hue parameter represents a rotation from -180 degrees
  909.     to +180 degrees expressed as an argument of 0 to 2.0 (1.0 for no change).
  910.  
  911. 2004-12-09  Chris Madison  <madisonblu@hotma...>
  912.   * GetConfigureList() previously would only returns options the first time it
  913.     was called.
  914.  
  915. 2004-12-06  Chris Madison  <madisonblu@hotma...>
  916.   * CompareImages() now sets the black channel when comparing CMYK images.
  917.  
  918. 2004-11-30  Cristy  <yarrow@image...>
  919.   * The -channel option is operational again.
  920.  
  921. 2004-11-15  Cristy  <yarrow@image...>
  922.   * The black channel offset was incorrectly computed when compositing causing
  923.     a seg-fault (bug report from Arfune).
  924.   * Under extremely rare conditions the GIF coder had a memory leak.
  925.   * Moved image list advancement to after the progress monitor call in
  926.     QuantizeImages() (bug report by Tim Hunter).
  927.  
  928. 2004-11-12  Chris Madison  <madisonblu@hotma...>
  929.   * The display program no longer exits after the first image.
  930.  
  931. 2004-11-11  Peter Seiderer  <ps.report@gmx.n..>
  932.   * The JP2 coders no longer interprets the first channel as an opacity channel.
  933.  
  934. 2004-11-10  Cristy  <yarrow@image...>
  935.   * The VID coder no longer generates a fault (bug report from Arfune).
  936.   * CMYK Postscript with a subimage specification no longer returns a grayscale
  937.     image (bug report from Arfune).
  938.  
  939. 2004-11-08  Cristy  <yarrow@image...>
  940.   * Handle image settings with MogrifyImageInfo() method.
  941.  
  942. 2004-11-06  Cristy  <yarrow@image...>
  943.   * GNS contributed QueryMultilineTypeMetrics().  Its like QueryTypeMetrics()
  944.     but returns the maximum text width and height for multiple lines of text.
  945.  
  946. 2004-11-05  Cristy  <yarrow@image...>
  947.   * Treat -channel as a setting in the command line programs.
  948.   * InitializeMagick() accepts a directory or filename (bug report by
  949.     Roger James).
  950.  
  951. 2004-11-04  Anthony Thyssen  <anthony@griff...>
  952.   * insert 0 (to insert before image number 0) is no longer a no-op.
  953.  
  954. 2004-11-03  Peter Seiderer  <ps.report@gmx.n..>
  955.   * Enhance the JP2 coder to accept image in the YCbCr colorspace.
  956.  
  957. 2004-11-02  Chris Madison  <madisonblu@hotma...>
  958.   * Fix option list to specify a colorspace of YIQ, not YIZ (bug report by GNS).
  959.   * More endianess problems with TIFF (bug report from Scott Minster).
  960.   * High-resolution PCD images no longer go into an infinite loop.
  961.  
  962. 2004-10-31  Cristy  <yarrow@image...>
  963.   * PerlMagick GetPixels() type.  RGMA should be RGBA.
  964.  
  965. 2004-10-28  Cristy  <yarrow@image...>
  966.   * Allocate the number of colors given to AllocateImageColormap() even if it
  967.     exceeds the MaxColormapSize value (bug report by GNS).
  968.  
  969. 2004-10-28  Cristy  <yarrow@image...>
  970.   * Initialize image colormap before pixels are initialized when utilizing the
  971.     JPEG quantization algorithm.
  972.  
  973. 2004-10-28  Jean-Louis Morel <jl_morel@bribe..>
  974.  
  975.   * Win98 bug reported by Jouke Visser: the module crashes with Win98.
  976.     I found the bug in the function lt_dlclose: on Win98, FreeLibrary always
  977.     returns 0 (failure) but GetLastError returns 0 too (success)!
  978.     There is nothing about that in the Microsoft documentation :-)
  979.   2 With this small patch, one can compile the module for Perl5.6 without an
  980.     error message
  981.  
  982. 2004-10-26  Chris Madison  <madisonblu@hotma...>
  983.   * The -compose option is a setting.  Use -composite with the convert program
  984.     to composite two images with the operator specified with -compose.
  985.  
  986. 2004-10-25  Daniel Kobras <kobras@debia...>
  987.   * Fix EXIF code to prevent an overflow of the ifdstack array by one entry.
  988.  
  989. 2004-10-23  Chris Madison  <madisonblu@hotma...>
  990.   * The -fx power operator changed to ^ and xor is : because it's not used very
  991.     often.  The bitwise operators &, |, and ^ have their operands multiplied by
  992.     MaxRGB and the result divided by MaxRGB.  The <, >, and = operators return
  993.     1 if true, 0 if false (e.g. for the threshold operation (u > .5),
  994.     solarize (u * (u < .5 | u = .5) + (1 - u) * (u > .5)) (suggested by Gabe).
  995.  
  996. 2004-10-22  Chris Madison  <madisonblu@hotma...>
  997.   * A bezier with no current point must assume assume the first control point
  998.     is coincident with the current point (e.g. M100 400l590 259s36 12 61 12).
  999.   * Fix ExpandFilenames() to not expand glob expressions if they are an option
  1000.     parameter.
  1001.  
  1002. 2004-10-20  Cristy  <yarrow@image...>
  1003.   * Fixed FlattenImage() to ignore any PSD invisible layers.
  1004.  
  1005. 2004-10-15  Chris Madison  <madisonblu@hotma...>
  1006.   * If ImageMagick cannot find its configuration files, allow the process to
  1007.     continue, perhaps in a diminished capacity.
  1008.  
  1009. 2004-10-14  Chris Madison  <madisonblu@hotma...>
  1010.   * Fixed bug in PSD coder that improperly removed an informational layer.
  1011.   * Perl threads requires local storage for ImageMagick exceptions.
  1012.  
  1013. 2004-10-12  Chris Madison  <madisonblu@hotma...>
  1014.   * FlattenImage() should flatten relative to the page geometry if it exists.
  1015.   * PerlMagick's Profile() method no longer produces an assertion error when
  1016.     the profile parameter is set to undef.
  1017.  
  1018. 2004-10-10  Cristy  <yarrow@image...>
  1019.   * Additional fixes for crop geometry relative to a page geometry, see
  1020.     http://www.cit.gu.edu.au/~anthony/graphics/imagick6/size/.
  1021.  
  1022. 2004-10-08  Cristy  <yarrow@image...>
  1023.   * Embedded filenames failed to produce correct filenames for TIFF
  1024.     (e.g. image%02d.tif).
  1025.   * Search module path under Windows for configure files.
  1026.  
  1027. 2004-10-06  Chris Madison  <madisonblu@hotma...>
  1028.   * The mogrify command parsed the -compress option but failed to set the
  1029.     compress member of the image_info structure.
  1030.  
  1031. 2004-10-03  Cristy  <yarrow@image...>
  1032.   * Add methods PaintOpaqueImage() and PaintTransparentImage() and deprecated
  1033.     OpaqueImage() and TransparentImage().  These methods are similar except
  1034.     they accept CMYK images in addition to RGB.
  1035.  
  1036. 2004-10-02  Chris Madison  <madisonblu@hotma...>
  1037.   * Fix round-off error when computing tile geometry for the montage program.
  1038.  
  1039. 2004-10-02  Adam Megacz <adam@megac...>
  1040.   * Fix decoding of opacity on rle-encoded xcf images
  1041.  
  1042. 2004-10-01  Chris Madison  <madisonblu@hotma...>
  1043.   * Don't let corrupt EXIF overflow the stack.
  1044.  
  1045. 2004-09-30  Christophe Olivier  <palf@quadr...>
  1046.   * Correct another problem with PSD and group layer-- if the group layer is
  1047.     not visible, all the layers of the group should be not visible.
  1048.  
  1049. 2004-09-29  Chris Madison  <madisonblu@hotma...>
  1050.   * Converting images to Postscript larger than a Postscript page no longer
  1051.     produces an incorrect bounding box.
  1052.   * Return degrees, not radians, for asin(), acos(), and atan() in FxImage()
  1053.     (bug report by cerv@iue.tu...).
  1054.   * The montage program faulted when an image tile was the same size as the
  1055.     specified geometry and in the CMYK colorspace.
  1056.  
  1057. 2004-09-29  Jacob (=Jouk) Jansen <joukj@hrem...>
  1058.   * VMS patches to 6.0.1:
  1059.  
  1060. 2004-09-29  Cristy  <yarrow@image...>
  1061.   * Add new -bias option to convert/mogrify to add bias when convolving an
  1062.     image.
  1063.   * GetHistogramImage() no longer reports bogus values.
  1064.  
  1065. 2004-09-20  Cristy  <yarrow@image...>
  1066.   * Report errors reported by the TIFF library when reading invalid TIFF image
  1067.     files (see Debian Bug#272794).
  1068.   * Eliminated compiler warnings reported by gcc 3.5.0.
  1069.  
  1070. 2004-09-15  Cristy  <yarrow@image...>
  1071.   * Move low-level blob methods declarations to a private header,
  1072.     blob-private.
  1073.   * DescribeImage() display any clipping path if available.
  1074.   * Write the clip mask with the clipmask format (e.g. clipmask:clip.png).
  1075.   * Enhance the cache clipping algorithm to clip the black channel of a CMYK
  1076.     image.
  1077.  
  1078. 2004-09-15  C Pillet  <cpillet73@yahoo...>
  1079.   * Update destination in the SubstituteString() method.
  1080.  
  1081. 2004-09-15  Christophe Olivier  <palf@quadr...>
  1082.   * Fix to enable reading Photoshop images with a group of layers.
  1083.  
  1084. 2004-09-15  Christophe Olivier  <palf@quadr...>
  1085.   * Fix to enable reading Photoshop images with a group of layers.
  1086.  
  1087. 2004-09-15  Chris Madison  <madisonblu@hotma...>
  1088.   * Respect the montage tile geometry (e.g. -tile 4x3 produces a page for
  1089.     12 tiles even if you only have 8).
  1090.  
  1091. 2004-09-14  Chris Madison  <madisonblu@hotma...>
  1092.   * Fixed a dependancy ordering problem in the top-level Makefile.
  1093.  
  1094. 2004-09-14  Steve Turner  <norseman@first...>
  1095.   * Changed the I variable to image in coders/mat.c.  It appears I is defined
  1096.     in the Slackware header files and it caused a compile error.
  1097.  
  1098. 2004-09-13  Chris Madison  <madisonblu@hotma...>
  1099.   * Some Postscript files were not translated properly when read.
  1100.   * DestroyImage() was previous void, now it returns (Image *) NULL to force
  1101.     the image to a known value and to detect logic errors in the program
  1102.     (any reference to image after it is destroyed will cause a fault).
  1103.     Other destroy methods will be changed in this manner as well.  Note,
  1104.     this change will not affect existing programs that rely on these methods.
  1105.  
  1106. 2004-09-13  Bengt-Arne Fjellner  <Bengt-Arne.Fjellner@ltu.s...>
  1107.   * Fixed bmp.c so Imagemagick can read RLE4 coded bmp.
  1108.  
  1109. 2004-09-11  Chris Madison  <madisonblu@hotma...>
  1110.   * Initialize lists before relinquishing the thread lock.
  1111.   * The Grab button of the file browser widget no longer reports an error.
  1112.  
  1113. 2004-09-10  Cristy  <yarrow@image...>
  1114.   * Added new -floodfill option for the convert and mogrify program (e.g.
  1115.     -floodfill +100+100 red).
  1116.   * The -clip option no longer reports no clipping path when one is present
  1117.     (e.g. convert image.tif -negate -clip image.jpg).
  1118.  
  1119. 2004-09-06  Chris Madison  <madisonblu@hotma...>
  1120.   * Don't allow a corrupt GIF image to overflow pixel stack.
  1121.   * Increment image reference count when opening a cache view.
  1122.   * The -border 0x0 option no longer produces a black image.
  1123.  
  1124. 2004-09-03  Chris Madison  <madisonblu@hotma...>
  1125.   * Writing a TIFF image to STDOUT no longer generates a seg fault.
  1126.   * The -colors option no longer causes a seg fault in a grayscale JPEG image.
  1127.  
  1128. 2004-09-02  Glenn Randers-Pehrson <glennrp@glenn...>
  1129.   * The -coalesce option was not honoring dispose-to-previous disposal method.
  1130.  
  1131. 2004-09-01  Daniel Kobras  <kobras@debia...>
  1132.   * PerlMagick's Profile crashes unless name option is set.
  1133.  
  1134. 2004-08-30  Richard Kettlewell  <rjk@green...>
  1135.   * Don't sync file when not owned by ImageMagick.
  1136.  
  1137. 2004-08-31  Daniel Kobras  <kobras@debia...>
  1138.   * #define __attribute__ leaks outside the scope of a single header file,
  1139.     thereby killing any __attribute__ settings in the following code.
  1140.  
  1141. 2004-08-30  Chris Madison  <madisonblu@hotma...>
  1142.   * The default -module option operates in the HSB colorspace.  You can operate
  1143.     in the HSL or HWB colorspace by using the -colorspace option (e.g.
  1144.     -colorspace HSL -modulate 100,130).
  1145.  
  1146. 2004-08-30  Sebastien  <sc5@herme...>
  1147.   * Images are not created when we receive a SVG error so an attempt to set the
  1148.     image title or comment caused an assertion exception.
  1149.  
  1150. 2004-08-28  Cristy  <yarrow@image...>
  1151.   * The DrawingWand DrawComposite() takes a wand rather than an image.
  1152.  
  1153. 2004-08-28  Chris Madison  <madisonblu@hotma...>
  1154.   * Add SetImageProgressMonitor() and SetImageInfoProgressMonitor() to the
  1155.     core API and MagickSetProgressMonitor() to the Wand API.  These methods
  1156.     permit you to pass client data which is not permitted with the deprecated
  1157.     SetMagickMonitor() method.
  1158.  
  1159. 2004-08-26  Glenn Randers-Pehrson <glennrp@glenn...>
  1160.   * avoid libpng-1.2.6 bug by setting PNG_HAVE_IDAT flag.
  1161.  
  1162. 2004-08-26  Cristy  <yarrow@image...>
  1163.   * The display program properly respects -geometry (suggested by
  1164.     Dean S. Messing).
  1165.  
  1166. 2004-08-24  Chris Madison  <madisonblu@hotma...>
  1167.   * Do not issue module warning when writing an image in an unknown implicit
  1168.     image format (e.g. convert logo.png logo.thumb).
  1169.  
  1170. 2004-08-23  Marcus Meissner  <<meissner@suse....>
  1171.   * Prevent buffer overruns when decoding runlength-encoded images in the BMP
  1172.     format.
  1173.  
  1174. 2004-08-19  Cristy  <yarrow@image...>
  1175.   * Using a subimage specification on Postscript/PDF no long renderes a
  1176.     grayscale image (e.g. image.pdf[0]).
  1177.   * Comparing two CMYK images with the compare program now produces a proper
  1178.     difference image.
  1179.   * Improved a number of algorithms to better support CMYk images (e.g
  1180.     MedianFilterImage()).
  1181.  
  1182. 2004-08-16  Chris Madison  <madisonblu@hotma...>
  1183.   * Limit endianess to raw image formats and TIFF.
  1184.   * GetImageBoundingBox() now works properly for CMYK images.
  1185.  
  1186. 2004-08-14  Anthony Thyssen  <anthony@griff...>
  1187.   * The -draw option now respects the image page geometry.
  1188.   * The A channel for the -fx option was inverted.
  1189.  
  1190. 2004-08-14  Ken Cantwell
  1191.   * Relinquish the wand id linked-list when all wands are destroyed.
  1192.  
  1193. 2004-08-12  Chris Madison  <madisonblu@hotma...>
  1194.   * Only scale FITS pixels if they are float/double.
  1195.  
  1196. 2004-08-06  Anthony Thyssen  <anthony@griff...>
  1197.   * Images with less than 256 unique colors, retain the exact colors.
  1198.     Previously some close colors were merged (e.g. 253 and 255 were averaged
  1199.     to 254).
  1200.   * Added -repage option, like -page but it acts as an image operator rather
  1201.     than a setting.
  1202.  
  1203. 2004-08-04  Cristy  <yarrow@image...>
  1204.   * PNG vulnerability fix.
  1205.   * Added YCbCr coder for raw Y, Cb, and Cr samples.
  1206.   * Fixed the -fx option operator precendence problem (+ and - should be the
  1207.     same precendence).
  1208.  
  1209. 2004-07-23  Cristy  <yarrow@image...>
  1210.   * Rare memory corruption due to a JPEG comment (bug report by
  1211.     brundlefly76@hotma...).
  1212.  
  1213. 2004-07-19  Cristy  <yarrow@image...>
  1214.   * The PerlMagick Evaluate() method no longer fails with an assertion error.
  1215.   * Restore -dSAFER for a more secure Ghostscript invocation.  The downside is
  1216.     we must copy the Postscript file to a temporary file otherwise we get a
  1217.     the ocassional invalidfileaccess fom Ghostscript.
  1218.  
  1219. 2004-07-18  Chris Madison  <madisonblu@hotma...>
  1220.   * Do not report image depth unless the -verbose or -format %z option is used
  1221.     with the identify program.
  1222.  
  1223. 2004-07-11  Cristy  <yarrow@image...>
  1224.   * Center gravity now works when cropping by percent (e.g. -crop 75%).
  1225.   * Small memory leak on exception in the ImageToBlob() method.
  1226.   * %@ returns the image bounding box (e.g. identify -format %@ logo:).
  1227.   * Sync pixel cache when cloning an image-- just in case someone clones
  1228.     an image clone and accesses pixels with AcquireImagePixel() instead of
  1229.     GetImagePixels().
  1230.  
  1231. 2004-07-09  Glenn Randers-Pehrson <randeg@alum.rpi.edu>
  1232.   * coders/bmp.c (ReadBMPImage): Removed if-test on reading red_mask,
  1233.     green_mask, and blue_mask. These are only *valid* under certain conditions,
  1234.     but they are always present in the file.
  1235.  
  1236. 2004-07-05  Chris Madison  <madisonblu@hotma...>
  1237.   * Support CMYK Postscript with the bmpsep8 device.
  1238.   * Add support for channels for the -unsharp options.
  1239.   * Add support for reading PCL with the Alladin pcl6 delegate.
  1240.  
  1241. 2004-06-26  Chris Madison  <madisonblu@hotma...>
  1242.   * Fixed SVG-path-implementation for elliptical arcs for angle < 45┬░ and the
  1243.     sweep-flag is 1 (bug repored by Juergen).
  1244.   * Fixed PerlMagick memory leak for corrupt TIFF images.
  1245.   * MagickBooleanType changed from unsigned int to an enum for stronger type
  1246.     checking.  This should not affect the C API, however, for the C++ API you
  1247.     can no longer use `bool' instead of MagickTrue/MagickFalse for the methods
  1248.     that require a MagickBooleanType.
  1249.  
  1250. 2004-06-23  Suryakant Patidar  <surya_iiit@lyco...>
  1251.   * Add copious usability features to the animate program.
  1252.  
  1253. 2004-06-22  Chris Madison  <madisonblu@hotma...>
  1254.   * Add support for compositing pixels in the CMYK colorspace.
  1255.  
  1256. 2004-06-20  Anthony Thyssen  <anthony@griff...>
  1257.   * Shear no longer produces artifacts for a 0 y-shear (e.g. 60x0).
  1258.  
  1259. 2004-06-19  Chris Madison  <madisonblu@hotma...>
  1260.   * Convert image resolution relative to the value specified by the -units
  1261.     option.
  1262.  
  1263. 2004-06-18  Jan Kratochvil  <lace@jankr...>
  1264.   * Perl interface for MagickToMime().
  1265.  
  1266. 2004-06-13  Cristy  <yarrow@image...>
  1267.   * Gaussian kernel widths must be odd.
  1268.   * Report corrupt PNG image (bug report by Ryuichi Arafune).
  1269.   * Move X11 compatibility defines from xwindow.c to xwindow.h (suggested by
  1270.     Harald Koenig).
  1271.  
  1272. 2004-06-12  Chris Madison  <madisonblu@hotma...>
  1273.   * Call new AsychronousDestroyResources() method from signal handler.
  1274.  
  1275. 2004-06-10  Anthony Thyssen  <anthony@griff...>
  1276.   * The +tile option is recognized once more.
  1277.  
  1278. 2004-06-09  Alexandra Christini  <alexandra@image...>
  1279.   * ImageMagick 6.0.2 released.
  1280.  
  1281. 2004-06-09  Cristy  <yarrow@image...>
  1282.   * GetTypeByFamily() did not always return an italic font when requested
  1283.   * ColorFloodfill() sometimes prematurely exited with a large fuzz value.
  1284.  
  1285. 2004-06-06  Chris Madison  <madisonblu@hotma...>
  1286.   * The file browser returned incorrect filenames when saving an image with the
  1287.     display program.
  1288.  
  1289. 2004-05-31  Chris Madison  <madisonblu@hotma...>
  1290.   * Added checkerboard background to display/animate X window to assist in
  1291.     visualizing transparent images.
  1292.   * The configure script now automatically enables OS features by selectively
  1293.     setting defines such as XOPEN_SOURCE, _POSIX_C_SOURCE, etc.
  1294.   * Added anonymous memory-mapping to the pixel cache.  This makes it possible
  1295.     for memory to be returned to the system after the image is destroyed.
  1296.  
  1297. 2004-05-31  Good Will  <pu@dr...>
  1298.   * Fixed a bug in EnhanceImage() that incorrected shifted edge pixels.
  1299.  
  1300. 2004-05-26  Alexandra Christini  <alexandra@image...>
  1301.   * Fixed problem with relative filename wildcards (e.g. identify images/*.jpg).
  1302.   * MagickWand tracks the wand construction/destructions and initializes/
  1303.     destroys the ImageMagick core API environment as appropriate.
  1304.  
  1305. 2004-05-23 Richardo Fabbri  <ricardofabbri@users...>
  1306.   * The active_list variable must be reset when a list is destroyed.
  1307.  
  1308. 2004-05-18  Cristy  <yarrow@image...>
  1309.   * Introduce MagickBooleanType and MagickStatusType types of unsigned int.
  1310.     These types are 100% compatible with the existing API but removes
  1311.     ambiguity.  Previously we got complaints that users did not realize that a
  1312.     return value of unsigned int in most cases meant a binary value (True/
  1313.     False).  MagickStatusType is used for methods that return a bit mask.
  1314.   * Introduce MagickFalse and MagickTrue while we deprecate True/False.
  1315.  
  1316. 2004-05-18  David Strobach  <strobach@exec...>
  1317.   * Don't open a loadable module if its already open.
  1318.  
  1319. 2004-05-14  Cristy  <yarrow@image...>
  1320.   * Most Wand methods return an `unsigned int' where True indicates success and
  1321.     False indicates an error.  We enhanced these methods to return
  1322.     MagickBooleanType and MagickTrue/MagickFalse to make it less ambiguous.
  1323.     Note these changes are 100% compatible so existing Wand calls will continue
  1324.     to work as written.
  1325.  
  1326. 2004-05-14  Eli Barzilay  <li@barzi...>
  1327.   * DrawSetStrokeDashArray() now respects the number_elements argument.
  1328.  
  1329. 2004-05-12  Cristy  <yarrow@image...>
  1330.   * Since the WMF coder has Wand dependancies we only enable this coder when
  1331.     both WMF is available and module support enabled.
  1332.  
  1333. 2004-05-08  Daniel Kobras  <kobras@debia...>
  1334.   * When an unknown property is encountered in the XCF coder, it enters a bogus
  1335.     loop that never terminates.
  1336.  
  1337. 2004-05-06  Cristy  <yarrow@image...>
  1338.   * Various modules in coders/ require external libraries (bug report from
  1339.     kobras).
  1340.   * PerlMagick's QueryFontMetrics() incorrectly reports `unrecognized
  1341.     attribute'` for the `font' attribute (bug report from Arfune).
  1342.  
  1343. 2004-05-05  Cristy  <yarrow@image...>
  1344.   * convert fails to make multipage pdf from more than one postscript input
  1345.     files (bug report from Arfune).
  1346.  
  1347. 2004-05-04  Alexandra Christini  <ally@image...>
  1348.   * ImageMagick 6.0.1 released.
  1349.  
  1350. 2004-04-30  Cristy  <yarrow@image...>
  1351.   * Some XCF tiles were not being read properly (bug report from Arfune).
  1352.  
  1353. 2004-04-26  David Strobach  <strobach@exec...>
  1354.   * Fixed memory leak in EPT coder.
  1355.   * Fixed memory leak in DestroyImage().
  1356.   * Close Windows registry when no longer needed.
  1357.  
  1358. 2004-04-25  Oliver Hirschi  <ohirschi@pm-me...>
  1359.   * RelinquishUniqueFileResource() was not freeing file resource properly.
  1360.  
  1361. 2004-04-24  David Strobach  <strobach@exec...>
  1362.   * Free the ImageInfo structure allocated by CloneImageInfo() in the
  1363.     WriteImages() method.
  1364.  
  1365. 2004-04-22  Cristy  <yarrow@image...>
  1366.   * EPT images cannot support blobs.
  1367.  
  1368. 2004-04-20  David Strobach  <strobach@exec...>
  1369.   * Fixed temporary file resource limit leak in RelinquishUniqueFileResource().
  1370.  
  1371. 2004-04-19  Cristy  <yarrow@image...>
  1372.   * ConvolveImageChannel() incorrectly initialized non-selected channels to 0.
  1373.   * Prep shared memory segments to automatically destroy itself in the event
  1374.     of a process kill (see
  1375.     http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=207379).
  1376.  
  1377. 2004-04-19  Cristy  <yarrow@image...>
  1378.   * ConvolveImageChannel() incorrectly initialized non-selected channels to 0.
  1379.  
  1380. 2004-04-15  Cristy  <yarrow@image...>
  1381.   * Added Cisco IP phone image format (write only).
  1382.  
  1383. 2004-04-15  Alexandra Christini  <ally@image...>
  1384.   * ImageMagick 6.0.0 released.
  1385.  
  1386. 2004-04-10  Cristy  <yarrow@image...>
  1387.   * Updated the dot coder to use the new graphviz 1.12 API.
  1388.   * The next/previous fields of the configuration structures (magick_info,
  1389.     type_info, etc.) are deprecated, instead use the Get???InfoList()
  1390.     method (e.g. GetTypeInfoList()).
  1391.  
  1392. 2004-04-07  Cristy  <yarrow@image...>
  1393.   * ColorFloodfillImage() with FillToBorder option stopped working in 6.0.0.
  1394.     Fixed now (bug report by Tim Hunter)..
  1395.  
  1396. 2004-04-05  Cristy  <yarrow@image...>
  1397.   * GetColorInfoList() returns an array of ColorInfo structures.  Also added
  1398.     similar methods for each of the ImageMagick lists (e.g. magick, delegate,
  1399.     etc.).
  1400.  
  1401. 2003-03-27  Nathan Brown  <nathan@sputn...>
  1402.   * Fixed a couple bugs in the AVI coder MJPG support.
  1403.  
  1404. 2004-03-25  Cristy  <yarrow@image...>
  1405.   * Added -family, -stretch, -style, and -weight to the convert program.  These
  1406.     options are used in conjunction with -font to specify font attributes.
  1407.  
  1408. 2004-03-22  Cristy  <yarrow@image...>
  1409.   * Frame decorations are opaque if the matte color is opaque.
  1410.  
  1411. 2004-03-15  Cristy  <yarrow@image...>
  1412.   * Added CombineImages() to combine several grayscale images into a single
  1413.     image (e.g. convert -channel RGB image.R image.G image.B -combine logo.png).
  1414.  
  1415. 2004-03-08  Cristy  <yarrow@image...>
  1416.   * Added EvaluateImageChannel() method to the API.  Use it to apply an an
  1417.     arithmetic, relational, or logical operator to an image.  These operations
  1418.     can be used to lighten or darken an image, to increase or decrease contrast
  1419.     in an image, or to produce the "negative" of an image.
  1420.  
  1421. 2004-03-07  Cristy  <yarrow@image...>
  1422.   * Added a pixel iterator to the MagickWand API (suggested by Kyle Shorter).
  1423.  
  1424. 2004-03-05   Teemu Ikonen <tpikonen@pcu.h...>
  1425.   * fixed the Matlab file reader read also files written in little-endian
  1426.     architectures.
  1427.  
  1428. 2004-02-10  Alexandra Christini  <achristini@bigpl...>
  1429.   * Reset errno in PerlMagick constant() method.
  1430.  
  1431. 2004-02-20  <yarrow@image...>
  1432.   * Added `O' for importing/exporting pixels.  `O' is the image opacity the
  1433.     eqiuvalent of MaxRGB-`A' (suggested by Dave Welton).
  1434.  
  1435. 2004-02-04  Cristy  <yarrow@image...>
  1436.   * Added the -posterize option to reduce the image to a limited number of color
  1437.     levels.
  1438.  
  1439. 2004-02-15  Cristy  <yarrow@image...>
  1440.   * Added the -splice option to splice the background color into an image
  1441.     (suggested by Anthony Thyssen).
  1442.  
  1443. 2004-02-10  Alexandra Christini  <achristini@bigpl...>
  1444.   * Add -radial-blur option to the command line utilities.
  1445.  
  1446. 2004-02-10  Cristy  <yarrow@image...>
  1447.   * Cache views can grow dynamically now (suggested by Andrew Reid).
  1448.  
  1449. 2004-02-09  Cristy  <yarrow@image...>
  1450.   * Added -clone, -remove, -splice, and -swap as options to the convert program
  1451.     to enhance image list manipulation (suggested by Anthony Thyssen).
  1452.  
  1453. 2004-02-05  Anthony Thyssen  <anthony@griff...>
  1454.   * Expand the range of -dissolve to go from 0 to 200. That is values 0 to
  1455.     100 slowly dissolve the overlay onto the background.  But then  values
  1456.     100 to 200 slowly dissolve the background away until it is just the source
  1457.     image on top of a clear canvas the size of the original background.
  1458.  
  1459. 2004-01-30  Cristy  <yarrow@image...>
  1460.   * Added -separate to the convert program to separate a channel from
  1461.     an image and return a grayscale image (suggested by Anthony Thyssen).
  1462.  
  1463. 2004-02-02 Glenn Randers-Pehrson <randeg@alum.rpi.edu>
  1464.    * coders/bmp.c: fix potential use of uninitialized data.
  1465.    * coders/png.c: fix potential use of uninitialized data.
  1466.  
  1467. 2004-01-30  Cristy  <yarrow@image...>
  1468.   * New map option, P, for padding pixels when calling the ConstituteImage(),
  1469.     ExportImagePixels(), and ImportImagePixels() methods.
  1470.  
  1471. 2004-01-24  Cristy  <yarrow@image...>
  1472.   * Support raw camera formats for the ImageMagick under Windows.
  1473.  
  1474. 2004-01-24  Cristy  <yarrow@image...>
  1475.   * Privatized the BlobInfo structure and added news methods in blob.c to
  1476.     get/set members of the BlobInfo structure.
  1477.   * Fixed a memory leak in the JNG coder concerning blobs.
  1478.  
  1479. 2004-01-23  Cristy  <yarrow@image...>
  1480.   * Bumped the beta release from 5.5.8 to 6.0.0.
  1481.  
  1482. 2004-01-17  Cristy  <yarrow@image...>
  1483.   * Added a resample element to the MSL coder.
  1484.  
  1485. 2004-01-13  Cristy  <yarrow@image...>
  1486.   * Added new -annotate option for the convert and mogrify program (e.g.
  1487.     -annotate +100+100 'Some text', -annotate 30x30+100+100 'Some text').
  1488.   * New TrimImage() C API method.
  1489.  
  1490. 2004-01-07  Dan Rogahn <rogahn@...>
  1491.   * update and add new scripting elements to coders/msl.c
  1492.  
  1493. 2004-01-06  Cristy  <yarrow@image...>
  1494.   * Fixed color shift problem when adjusting brightness.
  1495.   * Rename MagickCloneImage() to MagickGetImage().
  1496.   * Account for pixels-per-centimeter resolution when resampling.
  1497.  
  1498. 2004-01-04  Jacob (=Jouk) Jansen <joukj@hrem...>
  1499.   * VMS patches to 5.5.8: coders/avi.c, remove all the <CR> at the
  1500.     end of the lines magick/config.h_vms, add HAVE_FT2BUILD_H directive
  1501.     magick/Make.com, and add compare.c
  1502.  
  1503. 2004-01-03  Glenn Randers-Pehrson <glennrp@image...>
  1504.   * In coders/sgi.c, opacity channel was lost when writing grayscale SGI
  1505.     images.
  1506.  
  1507. 2003-12-31  Dan Rogahn <rogahn@...>
  1508.   * Default gamma to 1.0 in coders/msl.c.
  1509.  
  1510. 2003-12-27  Volker Kuhlmann  <list0570@parad...>
  1511.   * Applied latest Suze 9.0 patches.
  1512.  
  1513. 2003-12-22  Cristy  <yarrow@image...>
  1514.   * Fixed a number of Magick Wand nits as reported by Rolf in the MagickWand
  1515.     discussion group (http://studio.imagemagick.org/magick/viewforum.php?f=6).
  1516.   * Added explicit option grouping to the convert command, for example,
  1517.     convert \( 1.png 2.png -append \) \( 3.png 4.png -append \) +append
  1518.     image.jpg (suggested by Anthony Thyssen).
  1519.   * Option -draw image respects gravity (suggested by Anthony Thyssen).
  1520.   * Text annotate respects gravity (suggested by Anthony Thyssen).
  1521.   * Add latest TIFF library to ImageMagick Windows distribution.
  1522.  
  1523. 2003-12-22  Glenn Randers-Pehrson <glennrp@image...>
  1524.   * Added JPEG Quality, JPEG Colorspace, and JPEG Sampling factors to
  1525.     the "identify -verbose" report.  Added "-define jpeg:preserve-settings"
  1526.     flag.  If this is set, and the input and output formats are both JPEG,
  1527.     the input quality is used to compress the output file.  Also, if the
  1528.     colorspace was not changed, the same sampling factors are used for
  1529.     compression.
  1530.  
  1531. 2003-12-16  Marek Scholaster" <Marek.Scholaster@sezna...>
  1532.   * ResizeImage() parameter "filter" is never used.
  1533.  
  1534. 2003-12-16  Ron Stanonik <stanonik@cogsc...>
  1535.   * CloneMagickMemory() did not always copy overlapping memory correct
  1536.     (bug report by Ron Stanonik).
  1537.  
  1538. 2003-12-16  Nathan Brown  <nathan@sputn...>
  1539.   * Modified the AVI coder to support MJPG compression.
  1540.  
  1541. 2003-12-15  Cristy  <yarrow@image...>
  1542.   * Previous signal handlers were not being called properly.
  1543.  
  1544. 2003-12-12  Cristy  <yarrow@image...>
  1545.   * Added new image comparsion utility (e.g.
  1546.     compare -metric PSNR image reconstructed difference).
  1547.  
  1548. 2003-12-11  Cristy  <yarrow@image...>
  1549.   * The display program no longer exits after the last image.  You must press Q
  1550.     or ESC or choose the Quit menu option to exit (suggested by Anthony
  1551.     Thyssen).
  1552.   * Off-by-one error for RLA image dimensions (patch provided by Jean-Francois
  1553.     Panisset).
  1554.  
  1555. 2003-12-06  Cristy  <yarrow@image...>
  1556.   * The gravity is now repected by the -draw option (bug report by
  1557.     Anthony Thyssen).
  1558.  
  1559. 2003-12-03  Cristy  <yarrow@image...>
  1560.   * Reset image->extract_info.{x,y} when parsing the -size option.
  1561.   * New MAGICK_CONFIGURE_PATH environment variable allows the user to specify
  1562.     the search path for configuration (.xml) files
  1563.  
  1564. 2003-12-03 Jouk <Joukj@hrem.stm.tudelft.{nl}>
  1565.   * Patch to get ImageMagick working under OpenVMS.
  1566.  
  1567. 2003-11-30  Cristy  <yarrow@image...>
  1568.   * Recognize `unlimited' for limit option: convert -limit memory unlimited.
  1569.  
  1570. 2003-11-20  Cristy  <yarrow@image...>
  1571.   * Converted composite operators to inline methods in magick/composite.c.
  1572.   * Accept floating point image sizes (e.g. -geometry 1662.179324x2079.019558).
  1573.   * Added QueryMagickColor() to define CMYK colors.  First use is with
  1574.     the XC image format (e.g. -size 100x100 xc:'cmyk(100,100,100,50)');
  1575.  
  1576. 2003-11-18  Cristy  <yarrow@image...>
  1577.   * Get EXIF data with $im->Get('%[EXIF:*]') in PerlMagick.
  1578.   * Added the -orient option to set the image orientation.
  1579.   * Postscript/PDF once again respects the image gravity attribute.
  1580.  
  1581. 2003-11-16  Cristy  <yarrow@image...>
  1582.   * Noise is scaled to the value of QuantumDepth.  Previously noise was less
  1583.     intense for Q16 and Q32.
  1584.  
  1585. 2003-11-06  Armani <a.krueger@xebec.{de}>
  1586.   * Memory leak in DrawComposite(), base64 is never freed.
  1587.  
  1588. 2003-11-03  Cristy  <yarrow@image...>
  1589.   * Added EPT2 and EPT3 image types which embeds Postscript level II and
  1590.     Postscript level III repectively.
  1591.   * Text compression is limited to 65535 bytes for the PNG coder (libpng
  1592.     restriction).
  1593.   * To write an image clip mask, use the CLIP: coder.
  1594.   * Added GetImageExtrema() and GetImageChannelExtrema() to return the extrema
  1595.     for an image or image channel.
  1596.   * Added GetImageMean() and GetImageChannelMeand() to return the mean and
  1597.     standard deviation for an image or image channel.
  1598.  
  1599. 2003-11-01  Lars Ruben Skyum  <lars.skyum@stibo.com>
  1600.   * coders/jpeg.c: changed to not write gray CMYK images as grayscales. That
  1601.     would not be a valid optimization.
  1602.   * magick/color.c (IsGrayImage, IsMonochromeImage): Changed to never return
  1603.     true for CMYK images. Separated images get wrong colors when optimized to
  1604.     grayscales based on what these two functions return. Gray and CMYK are two
  1605.     different color spaces.
  1606.   * magick/nt_feature.c (NTIsMagickConflict): changed to accept colon as part
  1607.     of the magick string, consistent with the way the function is used.
  1608.   * magick/utility.c, magick/utility.h (ExpandFilenames, GetPathComponent):
  1609.     Fixed filename glob expansion. Added handling of filename prefix-magick and
  1610.     sub-image specification to GetPathComponent. Sub-image specification takes
  1611.     precedence over any filename patterns.
  1612.  
  1613. 2003-11-01 Kenneth J. Davis <jeremyd@computer.{org}>
  1614.   * Fixed assertion error in GetConfigureOptions().
  1615.  
  1616. 2003-10-29 Tony Butt <magick-bugs>
  1617.   * Fixed off-by-one array error in magick/xwindows.c.
  1618.  
  1619. 2003-10-24 Manuel Jouglet <manu.jouglet@wanadoo.{fr}>
  1620.   * Fixed possible infiinite loop in Windows thread locking.
  1621.  
  1622. 2003-10-21 Jouk <Joukj@hrem.stm.tudelft.{nl}>
  1623.   * Patch to get ImageMagick working under OpenVMS.
  1624.  
  1625. 2003-10-20  Cristy  <yarrow@image...>
  1626.   * Added new GetPixels() method to PerlMagick.
  1627.  
  1628. 2003-10-16  Cristy  <yarrow@image...>
  1629.   * Began support for CIELab PSD and TIFF images.
  1630.   * New -method-prefix configure option to add a unique prefix for all
  1631.     Magick API methods.
  1632.  
  1633. 2003-10-12  Cristy  <yarrow@image...>
  1634.   * Thanks to Catalin Mihaila for contributing a ZX-Spectrum SCREEN$ reader.
  1635.  
  1636. 2003-10-09  Glenn Randers-Pehrson <glennrp@image...>
  1637.   * When JPEG sampling factors aren't fully supplied, any omitted ones
  1638.     should be 1x1.
  1639.  
  1640. 2003-10-08  Cristy  <yarrow@image...>
  1641.   * Added Get*List() to consistently return ImageMagick lists
  1642.     (e.g. GetMagickList() returns a list of support image formats).
  1643.   * Added -define option to support options associated with an image
  1644.     format (e.g. -define ps3:imagemask).
  1645.  
  1646. 2003-10-08  Kelly Bergougnoux <three3@users.sourceforge.{net}>
  1647.   * Contributed new Cineon image format coder.
  1648.  
  1649. 2003-10-08 Lars Ruben Skyum <lars.skyum@stibo.com>
  1650.   * magick/attribute.c (TraceSVGClippingPath): optimized for speed and
  1651.     precision in clipping mask generation by using lines to connect Bezier
  1652.     curve control points where applicable.
  1653.  
  1654. 2003-09-30  Glenn Randers-Pehrson <glennrp@image...>
  1655.   * The PNG decoder would exit too early when reading file.png[0].
  1656.  
  1657. 2003-10-02  Cristy  <yarrow@image...>
  1658.   * Wrote an option parser to uniformly deal with enumerated types.
  1659.  
  1660. 2003-09-30  Glenn Randers-Pehrson <glennrp@image...>
  1661.   * In the Q8 configuration, the bmp decoder was scaling 5-5-5-bit and
  1662.     5-6-5-bit colors slightly incorrectly when decoding 16-bit BMPs, as
  1663.     well as when decoding 8-8-8-8-bit colors in 32-bit BMPs.
  1664.  
  1665. 2003-09-26  Cristy  <yarrow@image...>
  1666.   * Added MagickWand API methods to get, append, and remove images from
  1667.     a wand.
  1668.  
  1669. 2003-09-24  Wolfgang Textor  <Textor-Duisburg@t-online.de>
  1670.   * Applied changes to get the current ImageMagick 5.5.8 beta sources
  1671.     compile on a Mac with Codewarrior 8.3.
  1672.  
  1673. 2003-09-21  Cristy  <yarrow@image...>
  1674.   * Image profiles are now conveniently handled with a hashmap structure.
  1675.     The color_profile and iptc_profile members of the Image structure
  1676.     are still maintained for backwards compatibility, however, we
  1677.     encourage you to use the new PutImageProfile(), GetImageProfile(),
  1678.     and DeleteImageProfile() methods.
  1679.  
  1680. 2003-09-20  Cristy  <yarrow@image...>
  1681.   * Error messages are enhanced to give greater detail.  Use -debug
  1682.     Exception to trace the source location of an error.
  1683.  
  1684. 2003-09-18 Lars Ruben Skyum <lars.skyum@stibo.com>
  1685.   * coders/ps3.c: Major update of the PS3 coder.  The coder now
  1686.     creates much smaller files for bilevel, gray, and colormapped
  1687.     images. Compression and image type is now separated so they may
  1688.     be combined independently. Any alpha channel is separated into a
  1689.     separate mask so it's possible to mask bilevel, gray, colormapped,
  1690.     rgb, and CKYK images. You may also mask a JPEG compressed PS file
  1691.     for instance. Clipping masks created from a photoshop clipping path
  1692.     with -clip option is converted to a corresponding postscript clipping
  1693.     path. New functions need comment headers.
  1694.   * magick/attribute.c: Added TracePSClippingPath for creating a
  1695.     postscript clipping path from a Photoshop clipping path.
  1696.   * magick/image.c: ClipPathImage now stores the name of the clipping
  1697.     path in the mask image filename so that it is remembered and may be
  1698.     used for creating a postscript clipping path for postscript output.
  1699.  
  1700. 2003-09-16  Cristy  <yarrow@image...>
  1701.   * There is a new ImageMagick license (see
  1702.     http://www.imagemagick.org/script/license.php).  It is a W3C-style rather
  1703.     than BSD-style license to address the frequently-asked-questions
  1704.     about what the license permits you to do.  It makes it more clear
  1705.     that you can do pretty much whatever you want with ImageMagick as long
  1706.     as you don't claim your wrote it.
  1707.  
  1708. 2003-09-12  Cristy  <yarrow@image...>
  1709.   * Created a number of new header files to localize exported methods.
  1710.   * Updated source files to minimize the number of lint warnings.
  1711.  
  1712. 2003-09-08  Cristy  <yarrow@image...>
  1713.   * Deprecated Extended*Type.  Replace with Magick*Type.
  1714.   * Updating multiple source files to make lint happy.
  1715.  
  1716. 2003-09-08  Glenn Randers-Pehrson <glennrp@image...>
  1717.   * Revised TraceArc to use TraceEllipse; removed now unused large_arc
  1718.     and sweep flags.
  1719.  
  1720. 2003-09-03  Cristy  <yarrow@image...>
  1721.   * Add module alias for OTF => TTF.
  1722.  
  1723. 2003-09-01  Cristy  <yarrow@image...>
  1724.   * Reworked configuration file logic to load files from the current
  1725.     directory, at MAGICK_HOME, or at ~/.magick before the system versions
  1726.     of the configuration file.  This allows a user to define private fonts
  1727.     in ~/.magick/type.xml, for example.
  1728.  
  1729. 2003-09-01  Cristy  <yarrow@image...>
  1730.   * Color was inverted when writing OTB monochrome images.
  1731.   * Add image histogram methods to C, C++, Perlmagick, and MagickWand API.
  1732.  
  1733. 2003-08-31  Cristy  <yarrow@image...>
  1734.   * Palm coder bug fix (patch provided by Chris Hawks).
  1735.  
  1736. 2003-08-26  Cristy  <yarrow@image...>
  1737.   * Added a Wand error classfication for the Wand API.
  1738.   * Geometries with a % and a missing value now works correctly (e.g. x25%).
  1739.  
  1740. 2003-08-12  Cristy  <yarrow@image...>
  1741.   * Truetype fonts are now found under Win98 (patch provided by Patrick
  1742.     Broyer).
  1743.  
  1744. 2003-08-11  Cristy  <yarrow@image...>
  1745.   * Added infa-structure to help support image channels.
  1746.  
  1747. 2003-08-08  Lars Ruben Skyum  <lars.skyum@st...>
  1748.   * isspace() required an unsigned char.
  1749.  
  1750. 2003-08-04  Cristy  <yarrow@image...>
  1751.   * Added -tint option (contributed by Winfried Truemper).
  1752.   * The temporary EPT file requires a binary header (patch provided by
  1753.     James Keifenheim).
  1754.   * Add a Visual C++ workspace for ImageMagickObject (workspace contributed by
  1755.     James Keifenheim).
  1756.  
  1757. 2003-08-04  Cristy  <yarrow@image...>
  1758.   * Added 'Save' option to animate program menu.
  1759.  
  1760. 2003-07-30  Cristy  <yarrow@image...>
  1761.   * Added -fx option to the convert program.
  1762.  
  1763. 2003-07-28  Cristy  <yarrow@image...>
  1764.   * Port of Troy Edwards' script to support ImageMagick.  Thanks Troy.
  1765.  
  1766. 2003-07-26  Lars Ruben Skyum  <lars.skyum@st...>
  1767.   * Additional imporvements to ClipPathImage() & TraceClippingPath().
  1768.  
  1769. 2003-07-18  Cristy  <yarrow@image...>
  1770.   * Fixed "Draw transparent color on background image without alpha" bug
  1771.     (bug report by Anthony Thyssen).
  1772.   * -fuzz now accept negative values.
  1773.  
  1774. 2003-07-17  Lars Ruben Skyum  <lars.skyum@st...>
  1775.   * support for grayscale color profiles. You may now convert to/from CMYK
  1776.     or RGB from/to grayscale with a grayscale profile.  This is what Photoshop
  1777.     does when it creates grayscales from color images or makes true color
  1778.     images from grayscales.
  1779.   * any alpha channel is now maintained across colorspace conversions. It
  1780.     was previously lost in the conversions.
  1781.   * colormapped images may now be profiled with a color profile. They were
  1782.     previously passed through unchanged.
  1783.   * improved error handling. Any invalid colorspace / color profile
  1784.     combination is now catched in ImageMagick before LCMS gets a chance to catch
  1785.     the same error. LCMS will exit() the program the hard way if it catches
  1786.     such an error. ImageMagick clean-up routines will now be performed on exit.
  1787.   * support for the two remaining colorspaces, YCbCr and LUV, for which there
  1788.     is support in both ImageMagick and LCMS (or ICC 3.4, really). Profiles
  1789.     using other ICC 3.4 colorspaces not supported by ImageMagick will now
  1790.     properly throw an exception before LCMS exit's the application.
  1791.  
  1792. 2003-07-16  Cristy  <yarrow@image...>
  1793.   * Added -clippath to convert (patch provided by Lars Ruben Skyum).
  1794.   * Fix transparent font problem (bug report by Anthony Thyssen).
  1795.  
  1796. 2003-07-13  Cristy  <yarrow@image...>
  1797.   * Read old-style Adobe clipping paths (patch by Lars Ruben Skyum).
  1798.   * Properly read CMYK TIFF images (bug report by Lars Ruben Skyum ).
  1799.  
  1800. 2003-07-10  Cristy  <yarrow@image...>
  1801.   * Recall the MagickWand API is in flux.  The drawing wand methods
  1802.     that previously accepted or returned a PixelPacket now accepts/returns
  1803.     a PixelWand.  The MagickWand API should be stable by the end of
  1804.     this year.
  1805.  
  1806. 2003-07-05  Cristy  <yarrow@image...>
  1807.   * Adopted William Radcliffe's semaphore spin lock for Win32 builds.
  1808.  
  1809. 2003-07-04  Cristy  <yarrow@image...>
  1810.   * Fixed a small bug in the fuzzy color matching algorithm.
  1811.   * Image compare requires a sqrt() (bug report by Anthony Thyssen).
  1812.  
  1813. 2003-06-17  Cristy  <yarrow@image...>
  1814.   * Separated the MagickWand API into its own library, MagickWand.a.
  1815.  
  1816. 2003-06-12  Cristy  <yarrow@image...>
  1817.   * New identifier for TXT images so they can be read.
  1818.   * Do not change X window root cursor.
  1819.  
  1820. 2003-06-10  Cristy  <yarrow@image...>
  1821.   * Promote PseudoClass images to DirectClass in method ImportImagePixels().
  1822.   * New -list configure option.
  1823.  
  1824. 2003-06-06  Cristy  <yarrow@image...>
  1825.   * Added -strip option to strip an image of all profiles and comments.
  1826.   * Added -support option to sharpen/blur while resizing an image.
  1827.   * Adopted Bob FriesenHahn's log event patches.
  1828.   * MagickCloneWand() did not properly clone the wand->image member.
  1829.   * Fixed small memory leak in PerlMagick.
  1830.  
  1831. 2003-06-04  Cristy  <yarrow@image...>
  1832.   * Color profile patches provided by (dge at softec.st).
  1833.   * The TXT coder now respects image depth.
  1834.   * Only define X coder/decoder if HasX11 is defined.
  1835.   * Applied William Radcliffe's META coder patches.
  1836.  
  1837. 2003-06-02  Cristy  <yarrow@image...>
  1838.   * Applied William Radcliffe's LCMS color profile patches.
  1839.  
  1840. 2003-05-30  Glenn Randers-Pehrson <glennrp@image...>
  1841.   * The MNG encoder failed to set the JNG bit in the simplicity profile.
  1842.   * The MNG encoder failed to write FRAM chunks when all images were JNG.
  1843.   * The JNG encoder wrote the wrong alpha_sample_depth for opaque images.
  1844.  
  1845. 2003-05-28  Cristy  <yarrow@image...>
  1846.   * Large images (greater than 2048*2048) are cached to disk to reduce
  1847.     virtual memory thrashing.  Set MAGICK_AREA_LIMIT environment variable
  1848.     to change limit.
  1849.  
  1850. 2003-05-23  Glenn Randers-Pehrson <glennrp@image...>
  1851.   * PNG encoder would dump core when writing grayscale image in png24
  1852.     or png32 format.
  1853.  
  1854. 2003-05-20  Cristy  <yarrow@image...>
  1855.   * Added support for the Ghostscript pngalpha device to support
  1856.     Postscript transparency.
  1857.  
  1858. 2003-05-18  Cristy  <yarrow@image...>
  1859.   * Deprecated LiberateMemory() and ReacquireMemory() due to ANSI
  1860.     strict-alias rules.
  1861.   * Updated DllMain for Windows (patch by Achim Domma).
  1862.   * Resizing the image window with display program did not resize the
  1863.     image properly under the Metacity window manager.
  1864.  
  1865. 2003-05-17  Cristy  <yarrow@image...>
  1866.   * Added -thumbnail as an option to the utilities.
  1867.   * No TIFF preview was written on EPT write (patch provided by
  1868.     Lars Ruben Skyum).
  1869.   * NegateImage() now negates the K channel of a CMYK image (patch provided
  1870.     by Lars Ruben Skyum).
  1871.  
  1872. 2003-05-13  Cristy  <yarrow@image...>
  1873.   * Parameter 'elevation' misspelled for PerlMagick Shape() method.
  1874.   * A number of minor leak/unitialized memory problems fixed.
  1875.   * Allocate free nodes from the heap in QuantizeImage().
  1876.   * Magick-config --version returned gibberish.
  1877.   * Adopted Bob Friesenhahn's patterns-- use as filename pattern:checkboard,
  1878.     pattern:bricks, etc.
  1879.  
  1880. 2003-05-12  Cristy  <yarrow@image...>
  1881.   * ImageMagick 5.5.7 released.
  1882.  
  1883. 2003-05-07  Cristy  <yarrow@image...>
  1884.   * We cannot reliably auto rotate PDF files so this feature was removed.
  1885.  
  1886. 2003-05-02  Cristy  <yarrow@image...>
  1887.   * The conjure program did not correctly handle the gravity attribute.
  1888.  
  1889. 2003-04-26  Cristy  <yarrow@image...>
  1890.   * The persistent cache reference count was not properly incremented.
  1891.  
  1892. 2003-04-22  Cristy  <yarrow@image...>
  1893.   * Added $image->Describe() method to PerlMagick to interface to the
  1894.     DescribeImage() C API method.
  1895.   * Added support for the EXIF Tag Parsing Library.  Currently we simply
  1896.     display the tags when calling DescribeImage().  In the near future
  1897.     there will be support for modifying or adding tags.
  1898.   * Added Bob Friesenhahn's updated Windows installation instructions.
  1899.   * Interfaced the drawing routines with the new MagickWand API.
  1900.     MagickWand will be the primary public C interface to ImageMagick in
  1901.     the near future.
  1902.  
  1903. 2003-04-22  Glenn Randers-Pehrson <glennrp@image...>
  1904.   * magick/effect.c: RandomChannelThresholdImage was not handling
  1905.     PseudoColor, non-gray images correctly.
  1906.  
  1907. 2003-04-21  Glenn Randers-Pehrson <glennrp@image...>
  1908.   * png.c would not compile with libpng versions older than libpng-0.95,
  1909.     due to bugs introduced in ImageMagick version 5.5.2.
  1910.  
  1911. 2003-04-16  Glenn Randers-Pehrson <glennrp@image...>
  1912.   * Implemented -random-threshold and -ordered-dither options.
  1913.  
  1914. 2003-04-15  Cristy  <yarrow@image...>
  1915.   * The locale messaging system now uses a hash for fast lookup.
  1916.   * Updated libtool to the new released version, 1.5.
  1917.  
  1918. 2003-04-11  Glenn Randers-Pehrson <glennrp@image...>
  1919.   * Fixed bug with decoding grayscale PNG images and JNG alpha channel
  1920.     at Q:32.
  1921.  
  1922. 2003-04-10  Cristy  <yarrow@image...>
  1923.   * Now recognize 32-bit hex color specifications, patches provided by
  1924.     Bob Friesenhahn.
  1925.  
  1926. 2003-04-08  Cristy  <yarrow@image...>
  1927.   * Started API wrappers based on Bob Friesenhahn's method suggestions.
  1928.   * Text annotations that started with '\n' were not rendered correctly.
  1929.  
  1930. 2003-04-06  Cristy  <yarrow@image...>
  1931.   * Removed artifacts from images rotated with a small number of degrees.
  1932.  
  1933. 2003-04-04  Glenn Randers-Pehrson <glennrp@image...>
  1934.   * Minor bug fix in the ParseGeometry() method.
  1935.  
  1936. 2003-04-01  Cristy  <yarrow@image...>
  1937.   * Modified the non-public inline AlphaComposite() to use a PixelPacket
  1938.     pointer; previously it returned a PixelPacket structure.
  1939.   * You can now specify an image geometry as an image file (e.g. -geometry
  1940.     image.jpg).
  1941.  
  1942. 2003-04-01  Glenn Randers-Pehrson <glennrp@image...>
  1943.   * Use new temporary file manager for JNG components.
  1944.  
  1945. 2003-04-01  Cristy  <yarrow@image...>
  1946.   * Added support for 12-bit TIFF images.
  1947.  
  1948. 2003-03-31  Cristy  <yarrow@image...>
  1949.   * Added improved locale message subsystem (contributed by Kyle Shorter).
  1950.  
  1951. 2003-03-27  Cristy  <yarrow@image...>
  1952.   * Removed a bias from SampleImage() and DrawAffineImage() (bug report
  1953.     by Glenn Randers-Pehrson).
  1954.  
  1955. 2003-03-27  Cristy  <yarrow@image...>
  1956.   * PerlMagick now recognizes percent values for fuzz or opacity.
  1957.   * Not enough memory allocated for reading PCX (bug report by Trevor
  1958.     Willis).
  1959.  
  1960. 2003-03-26  Cristy  <yarrow@image...>
  1961.   * There were artifacts when using the Bessel function for resizing
  1962.     (bug report by Bob Friesenhahn).
  1963.   * Added -resample to convert to change the resolution of an image.
  1964.  
  1965. 2003-03-25  Cristy  <yarrow@image...>
  1966.   * Added a temporary file manager that prevents race conditions and
  1967.     removes any remaining files on exit.
  1968.  
  1969. 2003-03-22  Cristy  <yarrow@image...>
  1970.   * Prepped ImageMagick to work with Visual C++ 7.0 under Windows.
  1971.     The Windows configure patches came from William Radcliffe.
  1972.  
  1973. 2003-03-21  Cristy  <yarrow@image...>
  1974.   * The refresh of the display image window no longer lags when the
  1975.     magnify window overlay it.
  1976.